Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.semanticweb.elk |
ArtifactId | ArtifactIdelk-owl-implementation |
Version | Version0.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.semanticweb.elk/elk-owl-implementation/ -->
<dependency>
<groupId>org.semanticweb.elk</groupId>
<artifactId>elk-owl-implementation</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.semanticweb.elk/elk-owl-implementation/
implementation 'org.semanticweb.elk:elk-owl-implementation:0.3.2'
// https://jarcasting.com/artifacts/org.semanticweb.elk/elk-owl-implementation/
implementation ("org.semanticweb.elk:elk-owl-implementation:0.3.2")
'org.semanticweb.elk:elk-owl-implementation:jar:0.3.2'
<dependency org="org.semanticweb.elk" name="elk-owl-implementation" rev="0.3.2">
<artifact name="elk-owl-implementation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semanticweb.elk', module='elk-owl-implementation', version='0.3.2')
)
libraryDependencies += "org.semanticweb.elk" % "elk-owl-implementation" % "0.3.2"
[org.semanticweb.elk/elk-owl-implementation "0.3.2"]