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