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