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