GroupId | GroupIdorg.openbase.bco |
---|---|
ArtifactId | ArtifactIdontology |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
ontology-1.4.0.pom | |
ontology-1.4.0.jar | 6 KB |
ontology-1.4.0-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openbase.bco/ontology/ -->
<dependency>
<groupId>org.openbase.bco</groupId>
<artifactId>ontology</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbase.bco/ontology/
implementation 'org.openbase.bco:ontology:1.4.0'
// https://jarcasting.com/artifacts/org.openbase.bco/ontology/
implementation ("org.openbase.bco:ontology:1.4.0")
'org.openbase.bco:ontology:jar:1.4.0'
<dependency org="org.openbase.bco" name="ontology" rev="1.4.0">
<artifact name="ontology" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbase.bco', module='ontology', version='1.4.0')
)
libraryDependencies += "org.openbase.bco" % "ontology" % "1.4.0"
[org.openbase.bco/ontology "1.4.0"]