| GroupId | GroupIdcom.github.galigator.openllet |
|---|---|
| ArtifactId | ArtifactIdopenllet-query |
| Version | Version2.6.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| openllet-query-2.6.3.pom | |
| openllet-query-2.6.3.jar | 106 KB |
| openllet-query-2.6.3-tests.jar | 1 KB |
| openllet-query-2.6.3-sources.jar | 62 KB |
| openllet-query-2.6.3-javadoc.jar | 231 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.galigator.openllet/openllet-query/ -->
<dependency>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-query</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.galigator.openllet/openllet-query/
implementation 'com.github.galigator.openllet:openllet-query:2.6.3'
// https://jarcasting.com/artifacts/com.github.galigator.openllet/openllet-query/
implementation ("com.github.galigator.openllet:openllet-query:2.6.3")
'com.github.galigator.openllet:openllet-query:jar:2.6.3'
<dependency org="com.github.galigator.openllet" name="openllet-query" rev="2.6.3">
<artifact name="openllet-query" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.galigator.openllet', module='openllet-query', version='2.6.3')
)
libraryDependencies += "com.github.galigator.openllet" % "openllet-query" % "2.6.3"
[com.github.galigator.openllet/openllet-query "2.6.3"]