GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdoodt-webapp-components |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
oodt-webapp-components-1.2.3.pom | |
oodt-webapp-components-1.2.3.jar | 318 KB |
oodt-webapp-components-1.2.3-sources.jar | 242 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.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-webapp-components/
implementation 'org.apache.oodt:oodt-webapp-components:1.2.3'
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-webapp-components/
implementation ("org.apache.oodt:oodt-webapp-components:1.2.3")
'org.apache.oodt:oodt-webapp-components:jar:1.2.3'
<dependency org="org.apache.oodt" name="oodt-webapp-components" rev="1.2.3">
<artifact name="oodt-webapp-components" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='oodt-webapp-components', version='1.2.3')
)
libraryDependencies += "org.apache.oodt" % "oodt-webapp-components" % "1.2.3"
[org.apache.oodt/oodt-webapp-components "1.2.3"]