Categories |
CategoriesProtégé General Purpose Libraries Utility |
---|---|
GroupId | GroupIdit.unibz.inf.ontop |
ArtifactId | ArtifactIdontop-protege |
Version | Version1.18.0 |
Type | Typejar |
Filename | Size |
---|---|
ontop-protege-1.18.0.pom | |
ontop-protege-1.18.0.jar | 450 KB |
ontop-protege-1.18.0-sources.jar | 273 KB |
ontop-protege-1.18.0-javadoc.jar | 834 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.unibz.inf.ontop/ontop-protege/ -->
<dependency>
<groupId>it.unibz.inf.ontop</groupId>
<artifactId>ontop-protege</artifactId>
<version>1.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.unibz.inf.ontop/ontop-protege/
implementation 'it.unibz.inf.ontop:ontop-protege:1.18.0'
// https://jarcasting.com/artifacts/it.unibz.inf.ontop/ontop-protege/
implementation ("it.unibz.inf.ontop:ontop-protege:1.18.0")
'it.unibz.inf.ontop:ontop-protege:jar:1.18.0'
<dependency org="it.unibz.inf.ontop" name="ontop-protege" rev="1.18.0">
<artifact name="ontop-protege" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.unibz.inf.ontop', module='ontop-protege', version='1.18.0')
)
libraryDependencies += "it.unibz.inf.ontop" % "ontop-protege" % "1.18.0"
[it.unibz.inf.ontop/ontop-protege "1.18.0"]