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