is not current version
Last Version 4.6.0

org.web3j:web3j-gradle-plugin 4.5.5

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

4.5.5
Type

Type

jar

Download web3j-gradle-plugin 4.5.5


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