| Группа | Группаcom.github.eoscode |
|---|---|
| Идентификатор | Идентификаторspring-api-tools |
| Версия | Версия1.1.0-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-api-tools-1.1.0-RELEASE.pom | |
| spring-api-tools-1.1.0-RELEASE.jar | 74 KB |
| spring-api-tools-1.1.0-RELEASE-sources.jar | 38 KB |
| spring-api-tools-1.1.0-RELEASE-javadoc.jar | 345 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.eoscode/spring-api-tools/ -->
<dependency>
<groupId>com.github.eoscode</groupId>
<artifactId>spring-api-tools</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eoscode/spring-api-tools/
implementation 'com.github.eoscode:spring-api-tools:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.eoscode/spring-api-tools/
implementation ("com.github.eoscode:spring-api-tools:1.1.0-RELEASE")
'com.github.eoscode:spring-api-tools:jar:1.1.0-RELEASE'
<dependency org="com.github.eoscode" name="spring-api-tools" rev="1.1.0-RELEASE">
<artifact name="spring-api-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eoscode', module='spring-api-tools', version='1.1.0-RELEASE')
)
libraryDependencies += "com.github.eoscode" % "spring-api-tools" % "1.1.0-RELEASE"
[com.github.eoscode/spring-api-tools "1.1.0-RELEASE"]