is not current version
Last Version 1.6.0

org.web3j:web3j-spring-boot-starter 1.0.0

web3j Spring Boot Starter

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

web3j-spring-boot-starter
Version

Version

1.0.0
Type

Type

jar

Download web3j-spring-boot-starter 1.0.0


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