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