Skip to content
/ rococoa Public

Rococoa allows you to call Objective-C code through Java classes and interfaces that you define.

License

Notifications You must be signed in to change notification settings

wgpu4k/rococoa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rococoa

Fork of rococoa to update it and publish it on central Check the original work here : https://github.com/iterate-ch/rococoa

Only rococoa-core has been forked, please create a PR or an issue if you need the other project.

Add it to your java project like this :

  • On Gradle
repositories {
    mavenCentral()
}

dependencies {
    implementation("io.ygdrasil:rococoa:0.0.1")
}
  • On Maven
<!-- https://mvnrepository.com/artifact/org.rococoa/rococoa-core -->
<dependency>
    <groupId>io.ygdrasil</groupId>
    <artifactId>rococoa</artifactId>
    <version>0.0.1</version>
</dependency>

About

Rococoa allows you to call Objective-C code through Java classes and interfaces that you define.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •