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