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.
Rococoa owes much to the following people and organisations
Make sure you comply with the GNU Lesser General Public License when releasing an application that uses Rococoa.
Maven artifacts are available in a repository hosted on Amazon S3.
Use the following Maven configuration in your project POM to reference artifacts
<repositories>
<repository>
<id>maven.cyberduck.io-release</id>
<url>https://s3.eu-west-1.amazonaws.com/repo.maven.cyberduck.io/releases</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
Add the dependencies as follows
<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>
CFStringGetMaximumSizeForEncodingJava
91.4%
HTML
6.5%
Objective-C
1.8%
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.
Rococoa owes much to the following people and organisations
Make sure you comply with the GNU Lesser General Public License when releasing an application that uses Rococoa.
Maven artifacts are available in a repository hosted on Amazon S3.
Use the following Maven configuration in your project POM to reference artifacts
<repositories>
<repository>
<id>maven.cyberduck.io-release</id>
<url>https://s3.eu-west-1.amazonaws.com/repo.maven.cyberduck.io/releases</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
Add the dependencies as follows
<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>
CFStringGetMaximumSizeForEncodingJava
91.4%
HTML
6.5%
Objective-C
1.8%