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