Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-deployer-resource-maven |
Version | Version2.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-deployer-resource-maven/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-resource-maven</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-deployer-resource-maven/
implementation 'org.springframework.cloud:spring-cloud-deployer-resource-maven:2.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-deployer-resource-maven/
implementation ("org.springframework.cloud:spring-cloud-deployer-resource-maven:2.0.2.RELEASE")
'org.springframework.cloud:spring-cloud-deployer-resource-maven:jar:2.0.2.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-deployer-resource-maven" rev="2.0.2.RELEASE">
<artifact name="spring-cloud-deployer-resource-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-deployer-resource-maven', version='2.0.2.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-deployer-resource-maven" % "2.0.2.RELEASE"
[org.springframework.cloud/spring-cloud-deployer-resource-maven "2.0.2.RELEASE"]