| GroupId | GroupIdcom.twosixlabs.dart.ontologies |
|---|---|
| ArtifactId | ArtifactIdontology-registry-services_2.12 |
| Version | Version3.0.12 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.twosixlabs.dart.ontologies/ontology-registry-services_2.12/ -->
<dependency>
<groupId>com.twosixlabs.dart.ontologies</groupId>
<artifactId>ontology-registry-services_2.12</artifactId>
<version>3.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.twosixlabs.dart.ontologies/ontology-registry-services_2.12/
implementation 'com.twosixlabs.dart.ontologies:ontology-registry-services_2.12:3.0.12'
// https://jarcasting.com/artifacts/com.twosixlabs.dart.ontologies/ontology-registry-services_2.12/
implementation ("com.twosixlabs.dart.ontologies:ontology-registry-services_2.12:3.0.12")
'com.twosixlabs.dart.ontologies:ontology-registry-services_2.12:jar:3.0.12'
<dependency org="com.twosixlabs.dart.ontologies" name="ontology-registry-services_2.12" rev="3.0.12">
<artifact name="ontology-registry-services_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twosixlabs.dart.ontologies', module='ontology-registry-services_2.12', version='3.0.12')
)
libraryDependencies += "com.twosixlabs.dart.ontologies" % "ontology-registry-services_2.12" % "3.0.12"
[com.twosixlabs.dart.ontologies/ontology-registry-services_2.12 "3.0.12"]