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