Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.cloudfoundry.identity |
ArtifactId | ArtifactIdcloudfoundry-identity-statsd |
Version | Version4.12.3 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-statsd/ -->
<dependency>
<groupId>org.cloudfoundry.identity</groupId>
<artifactId>cloudfoundry-identity-statsd</artifactId>
<version>4.12.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-statsd/
implementation 'org.cloudfoundry.identity:cloudfoundry-identity-statsd:4.12.3'
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-statsd/
implementation ("org.cloudfoundry.identity:cloudfoundry-identity-statsd:4.12.3")
'org.cloudfoundry.identity:cloudfoundry-identity-statsd:war:4.12.3'
<dependency org="org.cloudfoundry.identity" name="cloudfoundry-identity-statsd" rev="4.12.3">
<artifact name="cloudfoundry-identity-statsd" type="war" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry.identity', module='cloudfoundry-identity-statsd', version='4.12.3')
)
libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-statsd" % "4.12.3"
[org.cloudfoundry.identity/cloudfoundry-identity-statsd "4.12.3"]