is not current version
Last Version 4.6.0

org.web3j:web3j-gradle-plugin 0.1.6

Gradle plugin providing tasks to generate web3j contracts from Solidity.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

web3j-gradle-plugin
Version

Version

0.1.6
Type

Type

jar

Download web3j-gradle-plugin 0.1.6


<!-- https://jarcasting.com/artifacts/org.web3j/web3j-gradle-plugin/ -->
<dependency>
    <groupId>org.web3j</groupId>
    <artifactId>web3j-gradle-plugin</artifactId>
    <version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/web3j-gradle-plugin/
implementation 'org.web3j:web3j-gradle-plugin:0.1.6'
// https://jarcasting.com/artifacts/org.web3j/web3j-gradle-plugin/
implementation ("org.web3j:web3j-gradle-plugin:0.1.6")
'org.web3j:web3j-gradle-plugin:jar:0.1.6'
<dependency org="org.web3j" name="web3j-gradle-plugin" rev="0.1.6">
  <artifact name="web3j-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='web3j-gradle-plugin', version='0.1.6')
)
libraryDependencies += "org.web3j" % "web3j-gradle-plugin" % "0.1.6"
[org.web3j/web3j-gradle-plugin "0.1.6"]