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