is not current version
Last Version 1.6.0

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

web3j Spring Boot integration

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

web3j-spring-boot-starter
Version

Version

0.1
Type

Type

jar

Download web3j-spring-boot-starter 0.1


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