GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdoodt-product |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
oodt-product-0.5.pom | |
oodt-product-0.5.jar | 45 KB |
oodt-product-0.5-sources.jar | 46 KB |
oodt-product-0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-product/
implementation 'org.apache.oodt:oodt-product:0.5'
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-product/
implementation ("org.apache.oodt:oodt-product:0.5")
'org.apache.oodt:oodt-product:jar:0.5'
<dependency org="org.apache.oodt" name="oodt-product" rev="0.5">
<artifact name="oodt-product" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='oodt-product', version='0.5')
)
libraryDependencies += "org.apache.oodt" % "oodt-product" % "0.5"
[org.apache.oodt/oodt-product "0.5"]