Latest version:
<pluginRepositories><pluginRepository><id>jcenter</id><url>http://jcenter.bintray.com</url></pluginRepository></pluginRepositories><build><plugins><plugin><groupId>com.kryptokrauts</groupId><artifactId>contraect-maven-plugin</artifactId><version>0.9.1</version><configuration>...</configuration></plugin></plugins></build>
<pluginRepositories><pluginRepository><id>jcenter</id><url>http://jcenter.bintray.com</url></pluginRepository></pluginRepositories><build><plugins><plugin><groupId>com.kryptokrauts</groupId><artifactId>contraect-maven-plugin</artifactId><version>0.9.1</version><configuration>...</configuration></plugin></plugins></build>
The content of <configuration>
section is covered in the Plugin configuration.
Latest version:
Under the hood the plugin as well as the generated classes make use of the aepp-sdk-java to implement the interaction with the aeternity node. Therefore the dependency needs to be declared in the corresponding section - please make sure to always use the latest version of the SDK.
<repositories><repository><id>jcenter</id><url>https://jcenter.bintray.com/</url></repository></repositories><dependency><groupId>com.kryptokrauts</groupId><artifactId>aepp-sdk-java</artifactId><version>2.1.0</version></dependency>