Home

Awesome

 Welcome to Rococoa

Rococoa is a generic Java binding to the Mac Objective-C object system. It allows the creation and use of Objective-C objects in Java, and the implementation of Objective-C interfaces in Java.

Java CI with Maven

Rococoa Acknowledgements

Rococoa owes much to the following people and organisations

Projects using Rococoa

Make sure you comply with the GNU Lesser General Public License when releasing an application that uses Rococoa.

Usage

Maven Artifacts (LGPL)

Maven artifacts are available in a repository hosted on Amazon S3.

<repositories>
   <repository>
       <id>maven.cyberduck.io-release</id>
       <url>http://repo.maven.cyberduck.io.s3.amazonaws.com/releases/</url>
       <layout>default</layout>
       <releases>
           <enabled>true</enabled>
       </releases>
       <snapshots>
           <enabled>false</enabled>
       </snapshots>
   </repository>
</repositories>
<build>
    <extensions>
        <extension>
            <groupId>org.springframework.build</groupId>
            <artifactId>aws-maven</artifactId>
            <version>5.0.0.RELEASE</version>
        </extension>
    </extensions>
</build>
<dependency>
    <groupId>org.rococoa</groupId>
    <artifactId>rococoa-core</artifactId>
    <version>0.9.1</version>
</dependency>
<dependency>
    <groupId>org.rococoa</groupId>
    <artifactId>librococoa</artifactId>
    <version>0.9.1</version>
    <type>dylib</type>
    <scope>runtime</scope>
</dependency>

Documentation

Change History

0.9.1

0.8.0

0.7.0

0.5.0

0.3.0

0.2.0

0.1.4

0.1.3

0.1.2

0.1.1

0.1.0