Categories |
CategoriesProtégé General Purpose Libraries Utility |
---|---|
GroupId | GroupIdit.unibz.inf.ontop |
ArtifactId | ArtifactIdontop-protege |
Version | Version1.17.0 |
Type | Typejar |
Filename | Size |
---|---|
ontop-protege-1.17.0.pom | |
ontop-protege-1.17.0.jar | 449 KB |
ontop-protege-1.17.0-sources.jar | 276 KB |
ontop-protege-1.17.0-javadoc.jar | 840 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.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.unibz.inf.ontop/ontop-protege/
implementation 'it.unibz.inf.ontop:ontop-protege:1.17.0'
// https://jarcasting.com/artifacts/it.unibz.inf.ontop/ontop-protege/
implementation ("it.unibz.inf.ontop:ontop-protege:1.17.0")
'it.unibz.inf.ontop:ontop-protege:jar:1.17.0'
<dependency org="it.unibz.inf.ontop" name="ontop-protege" rev="1.17.0">
<artifact name="ontop-protege" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.unibz.inf.ontop', module='ontop-protege', version='1.17.0')
)
libraryDependencies += "it.unibz.inf.ontop" % "ontop-protege" % "1.17.0"
[it.unibz.inf.ontop/ontop-protege "1.17.0"]