GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdoodt-webapp-components |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
oodt-webapp-components-1.0.pom | |
oodt-webapp-components-1.0.jar | 316 KB |
oodt-webapp-components-1.0-sources.jar | 242 KB |
oodt-webapp-components-1.0-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/oodt-webapp-components/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-webapp-components</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-webapp-components/
implementation 'org.apache.oodt:oodt-webapp-components:1.0'
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-webapp-components/
implementation ("org.apache.oodt:oodt-webapp-components:1.0")
'org.apache.oodt:oodt-webapp-components:jar:1.0'
<dependency org="org.apache.oodt" name="oodt-webapp-components" rev="1.0">
<artifact name="oodt-webapp-components" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='oodt-webapp-components', version='1.0')
)
libraryDependencies += "org.apache.oodt" % "oodt-webapp-components" % "1.0"
[org.apache.oodt/oodt-webapp-components "1.0"]