Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.springframework.xd |
ArtifactId | ArtifactIdspring-xd-rest-client |
Version | Version1.0.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.xd/spring-xd-rest-client/ -->
<dependency>
<groupId>org.springframework.xd</groupId>
<artifactId>spring-xd-rest-client</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.xd/spring-xd-rest-client/
implementation 'org.springframework.xd:spring-xd-rest-client:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.xd/spring-xd-rest-client/
implementation ("org.springframework.xd:spring-xd-rest-client:1.0.3.RELEASE")
'org.springframework.xd:spring-xd-rest-client:jar:1.0.3.RELEASE'
<dependency org="org.springframework.xd" name="spring-xd-rest-client" rev="1.0.3.RELEASE">
<artifact name="spring-xd-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.xd', module='spring-xd-rest-client', version='1.0.3.RELEASE')
)
libraryDependencies += "org.springframework.xd" % "spring-xd-rest-client" % "1.0.3.RELEASE"
[org.springframework.xd/spring-xd-rest-client "1.0.3.RELEASE"]