| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.web3j |
| Идентификатор | Идентификаторweb3j-spring-boot-starter |
| Версия | Версия0.1 |
| Тип | Типjar |
<!-- 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"]