GroupId | GroupIdexteca |
---|---|
ArtifactId | ArtifactIdexteca-ontology |
Version | Version1.0-b1 |
Type | Typejar |
Filename | Size |
---|---|
exteca-ontology-1.0-b1.pom | |
exteca-ontology-1.0-b1.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/exteca/exteca-ontology/ -->
<dependency>
<groupId>exteca</groupId>
<artifactId>exteca-ontology</artifactId>
<version>1.0-b1</version>
</dependency>
// https://jarcasting.com/artifacts/exteca/exteca-ontology/
implementation 'exteca:exteca-ontology:1.0-b1'
// https://jarcasting.com/artifacts/exteca/exteca-ontology/
implementation ("exteca:exteca-ontology:1.0-b1")
'exteca:exteca-ontology:jar:1.0-b1'
<dependency org="exteca" name="exteca-ontology" rev="1.0-b1">
<artifact name="exteca-ontology" type="jar" />
</dependency>
@Grapes(
@Grab(group='exteca', module='exteca-ontology', version='1.0-b1')
)
libraryDependencies += "exteca" % "exteca-ontology" % "1.0-b1"
[exteca/exteca-ontology "1.0-b1"]