GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdoodt-commons |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
oodt-commons-1.1.pom | |
oodt-commons-1.1.jar | 205 KB |
oodt-commons-1.1-sources.jar | 175 KB |
oodt-commons-1.1-javadoc.jar | 559 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/oodt-commons/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-commons</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-commons/
implementation 'org.apache.oodt:oodt-commons:1.1'
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-commons/
implementation ("org.apache.oodt:oodt-commons:1.1")
'org.apache.oodt:oodt-commons:jar:1.1'
<dependency org="org.apache.oodt" name="oodt-commons" rev="1.1">
<artifact name="oodt-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='oodt-commons', version='1.1')
)
libraryDependencies += "org.apache.oodt" % "oodt-commons" % "1.1"
[org.apache.oodt/oodt-commons "1.1"]