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