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