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