License |
License |
---|---|
GroupId | GroupIdorg.okkam.owl |
ArtifactId | ArtifactIdjaob |
Version | Version1.0 |
Type | Typepom |
Description |
DescriptionJAOB (Java Architecture for Owl Binding)
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jaob-1.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.okkam.owl/jaob/ -->
<dependency>
<groupId>org.okkam.owl</groupId>
<artifactId>jaob</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.okkam.owl/jaob/
implementation 'org.okkam.owl:jaob:1.0'
// https://jarcasting.com/artifacts/org.okkam.owl/jaob/
implementation ("org.okkam.owl:jaob:1.0")
'org.okkam.owl:jaob:pom:1.0'
<dependency org="org.okkam.owl" name="jaob" rev="1.0">
<artifact name="jaob" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.okkam.owl', module='jaob', version='1.0')
)
libraryDependencies += "org.okkam.owl" % "jaob" % "1.0"
[org.okkam.owl/jaob "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |