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