is not current version
Last Version 1.9.1

org.apache.oodt:oodt-core 0.6


GroupId

GroupId

org.apache.oodt
ArtifactId

ArtifactId

oodt-core
Version

Version

0.6
Type

Type

pom

Download oodt-core 0.6

Filename Size
oodt-core-0.6.pom 16 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.oodt/oodt-core/ -->
<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>oodt-core</artifactId>
    <version>0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-core/
implementation 'org.apache.oodt:oodt-core:0.6'
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-core/
implementation ("org.apache.oodt:oodt-core:0.6")
'org.apache.oodt:oodt-core:pom:0.6'
<dependency org="org.apache.oodt" name="oodt-core" rev="0.6">
  <artifact name="oodt-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='oodt-core', version='0.6')
)
libraryDependencies += "org.apache.oodt" % "oodt-core" % "0.6"
[org.apache.oodt/oodt-core "0.6"]