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