| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.springframework |
| Идентификатор | Идентификаторspring-tuple |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типjar |
| Описание |
Описаниеspring-tuple
Spring Tuple
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| spring-tuple-1.0.0.RELEASE.pom | |
| spring-tuple-1.0.0.RELEASE.jar | 29 KB |
| spring-tuple-1.0.0.RELEASE-sources.jar | 26 KB |
| spring-tuple-1.0.0.RELEASE-javadoc.jar | 145 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-tuple/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tuple</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-tuple/
implementation 'org.springframework:spring-tuple:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-tuple/
implementation ("org.springframework:spring-tuple:1.0.0.RELEASE")
'org.springframework:spring-tuple:jar:1.0.0.RELEASE'
<dependency org="org.springframework" name="spring-tuple" rev="1.0.0.RELEASE">
<artifact name="spring-tuple" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-tuple', version='1.0.0.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-tuple" % "1.0.0.RELEASE"
[org.springframework/spring-tuple "1.0.0.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.esotericsoftware : kryo-shaded | jar | 3.0.3 |
| org.springframework : spring-core | jar | 4.2.6.RELEASE |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.6.6 |
| org.springframework : spring-context | jar | 4.2.6.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| junit : junit | jar | 4.12 |