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