GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdcas-product |
Version | Version0.5 |
Type | Typewar |
Filename | Size |
---|---|
cas-product-0.5.pom | |
cas-product-0.5.war | 14 MB |
cas-product-0.5-sources.jar | 53 KB |
cas-product-0.5-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/cas-product/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-product</artifactId>
<version>0.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-product/
implementation 'org.apache.oodt:cas-product:0.5'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-product/
implementation ("org.apache.oodt:cas-product:0.5")
'org.apache.oodt:cas-product:war:0.5'
<dependency org="org.apache.oodt" name="cas-product" rev="0.5">
<artifact name="cas-product" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-product', version='0.5')
)
libraryDependencies += "org.apache.oodt" % "cas-product" % "0.5"
[org.apache.oodt/cas-product "0.5"]