| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаorg.web3j |
| Идентификатор | Идентификаторspring-boot-starter |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
Описаниеweb3j Spring Boot Starter
web3j Spring Boot Starter
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-boot-starter-1.0.0.pom | |
| spring-boot-starter-1.0.0.jar | 3 KB |
| spring-boot-starter-1.0.0-sources.jar | 2 KB |
| spring-boot-starter-1.0.0-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.web3j/spring-boot-starter/ -->
<dependency>
<groupId>org.web3j</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/spring-boot-starter/
implementation 'org.web3j:spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/org.web3j/spring-boot-starter/
implementation ("org.web3j:spring-boot-starter:1.0.0")
'org.web3j:spring-boot-starter:jar:1.0.0'
<dependency org="org.web3j" name="spring-boot-starter" rev="1.0.0">
<artifact name="spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='spring-boot-starter', version='1.0.0')
)
libraryDependencies += "org.web3j" % "spring-boot-starter" % "1.0.0"
[org.web3j/spring-boot-starter "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.1.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor | jar | 1.5.1.RELEASE |
| org.web3j : core | jar | 2.0.0 |
| org.springframework.boot : spring-boot-starter | jar | 1.5.1.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework.boot : spring-boot-test | jar | 1.5.1.RELEASE |