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