License |
License |
---|---|
GroupId | GroupIdorg.springframework.xd |
ArtifactId | ArtifactIdspring-xd-exec |
Version | Version1.0.4.RELEASE |
Type | Typejar |
Description |
DescriptionPackaging for single uberjar for deployment on PCF
Packaging for single uberjar for deployment on PCF
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-xd-exec-1.0.4.RELEASE.pom | |
spring-xd-exec-1.0.4.RELEASE.jar | 48 MB |
spring-xd-exec-1.0.4.RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.xd/spring-xd-exec/ -->
<dependency>
<groupId>org.springframework.xd</groupId>
<artifactId>spring-xd-exec</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.xd/spring-xd-exec/
implementation 'org.springframework.xd:spring-xd-exec:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.xd/spring-xd-exec/
implementation ("org.springframework.xd:spring-xd-exec:1.0.4.RELEASE")
'org.springframework.xd:spring-xd-exec:jar:1.0.4.RELEASE'
<dependency org="org.springframework.xd" name="spring-xd-exec" rev="1.0.4.RELEASE">
<artifact name="spring-xd-exec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.xd', module='spring-xd-exec', version='1.0.4.RELEASE')
)
libraryDependencies += "org.springframework.xd" % "spring-xd-exec" % "1.0.4.RELEASE"
[org.springframework.xd/spring-xd-exec "1.0.4.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.xd : spring-xd-dirt | jar | 1.0.4.RELEASE |