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