GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdoodt-xmlps |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
oodt-xmlps-0.3.pom | |
oodt-xmlps-0.3.jar | 56 KB |
oodt-xmlps-0.3-sources.jar | 51 KB |
oodt-xmlps-0.3-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/oodt-xmlps/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-xmlps</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-xmlps/
implementation 'org.apache.oodt:oodt-xmlps:0.3'
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-xmlps/
implementation ("org.apache.oodt:oodt-xmlps:0.3")
'org.apache.oodt:oodt-xmlps:jar:0.3'
<dependency org="org.apache.oodt" name="oodt-xmlps" rev="0.3">
<artifact name="oodt-xmlps" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='oodt-xmlps', version='0.3')
)
libraryDependencies += "org.apache.oodt" % "oodt-xmlps" % "0.3"
[org.apache.oodt/oodt-xmlps "0.3"]