GroupId | GroupIdcom.github.galigator.openllet |
---|---|
ArtifactId | ArtifactIdopenllet-profiler |
Version | Version2.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.galigator.openllet/openllet-profiler/ -->
<dependency>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-profiler</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.galigator.openllet/openllet-profiler/
implementation 'com.github.galigator.openllet:openllet-profiler:2.5.1'
// https://jarcasting.com/artifacts/com.github.galigator.openllet/openllet-profiler/
implementation ("com.github.galigator.openllet:openllet-profiler:2.5.1")
'com.github.galigator.openllet:openllet-profiler:jar:2.5.1'
<dependency org="com.github.galigator.openllet" name="openllet-profiler" rev="2.5.1">
<artifact name="openllet-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.galigator.openllet', module='openllet-profiler', version='2.5.1')
)
libraryDependencies += "com.github.galigator.openllet" % "openllet-profiler" % "2.5.1"
[com.github.galigator.openllet/openllet-profiler "2.5.1"]