GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdcurator-services |
Version | Version1.2.1 |
Type | Typewar |
Filename | Size |
---|---|
curator-services-1.2.1.pom | |
curator-services-1.2.1.war | 57 MB |
curator-services-1.2.1-sources.jar | 42 KB |
curator-services-1.2.1-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/curator-services/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>curator-services</artifactId>
<version>1.2.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/curator-services/
implementation 'org.apache.oodt:curator-services:1.2.1'
// https://jarcasting.com/artifacts/org.apache.oodt/curator-services/
implementation ("org.apache.oodt:curator-services:1.2.1")
'org.apache.oodt:curator-services:war:1.2.1'
<dependency org="org.apache.oodt" name="curator-services" rev="1.2.1">
<artifact name="curator-services" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='curator-services', version='1.2.1')
)
libraryDependencies += "org.apache.oodt" % "curator-services" % "1.2.1"
[org.apache.oodt/curator-services "1.2.1"]