Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.cloudfoundry.identity |
ArtifactId | ArtifactIdcloudfoundry-identity-statsd |
Version | Version4.8.2 |
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.8.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-statsd/
implementation 'org.cloudfoundry.identity:cloudfoundry-identity-statsd:4.8.2'
// https://jarcasting.com/artifacts/org.cloudfoundry.identity/cloudfoundry-identity-statsd/
implementation ("org.cloudfoundry.identity:cloudfoundry-identity-statsd:4.8.2")
'org.cloudfoundry.identity:cloudfoundry-identity-statsd:war:4.8.2'
<dependency org="org.cloudfoundry.identity" name="cloudfoundry-identity-statsd" rev="4.8.2">
<artifact name="cloudfoundry-identity-statsd" type="war" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry.identity', module='cloudfoundry-identity-statsd', version='4.8.2')
)
libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-statsd" % "4.8.2"
[org.cloudfoundry.identity/cloudfoundry-identity-statsd "4.8.2"]