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