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