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