Skip to content

Latest commit

 

History

History
executable file
·
27 lines (19 loc) · 581 Bytes

File metadata and controls

executable file
·
27 lines (19 loc) · 581 Bytes

IC4J Codegen

Java library and CLI to generate Internet Computer artifacts.

Downloads / Accessing Binaries

To add IC4J Codegen to your Java project, use Maven Central.

https://search.maven.org/artifact/org.ic4j/ic4j-codegen/0.8.0/jar
<dependency>
  <groupId>org.ic4j</groupId>
  <artifactId>ic4j-codegen</artifactId>
  <version>0.8.0</version>
</dependency>
implementation 'org.ic4j:ic4j-codegen:0.8.0'

Build

You need JDK 8+ and Gradle to build IC4J Codegen.