| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.kryptokrauts |
| ArtifactId | ArtifactIdcontraect-maven-plugin |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typemaven-plugin |
| Description |
Descriptioncontraect-maven-plugin
a community developed maven plugin to generate java classes for smart contracts from sophia
source code. the generated classes make use of the aepp-sdk-java and provide methods to deploy
contracts and call the respective entrypoint functions.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<plugin>
<groupId>com.kryptokrauts</groupId>
<artifactId>contraect-maven-plugin</artifactId>
<version>2.0.0</version>
</plugin>
| Group / Artifact | Type | Version |
|---|---|---|
| com.kryptokrauts : aepp-sdk-java | jar | 3.0.0 |
| com.squareup : javapoet | jar | 1.11.1 |
| org.apache.maven : maven-plugin-api | jar | 3.8.3 |
| org.apache.maven.shared : file-management | jar | 3.0.0 |
| org.javatuples : javatuples | jar | 1.2 |
| ch.qos.logback : logback-classic | jar | 1.2.6 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.13.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |