| Группа | Группаcom.github.galigator.openllet |
|---|---|
| Идентификатор | Идентификаторopenllet-core |
| Версия | Версия2.5.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| openllet-core-2.5.1.pom | |
| openllet-core-2.5.1.jar | 1 MB |
| openllet-core-2.5.1-tests.jar | 2 KB |
| openllet-core-2.5.1-test-sources.jar | 657 bytes |
| openllet-core-2.5.1-sources.jar | 690 KB |
| openllet-core-2.5.1-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.galigator.openllet/openllet-core/ -->
<dependency>
<groupId>com.github.galigator.openllet</groupId>
<artifactId>openllet-core</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.galigator.openllet/openllet-core/
implementation 'com.github.galigator.openllet:openllet-core:2.5.1'
// https://jarcasting.com/artifacts/com.github.galigator.openllet/openllet-core/
implementation ("com.github.galigator.openllet:openllet-core:2.5.1")
'com.github.galigator.openllet:openllet-core:jar:2.5.1'
<dependency org="com.github.galigator.openllet" name="openllet-core" rev="2.5.1">
<artifact name="openllet-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.galigator.openllet', module='openllet-core', version='2.5.1')
)
libraryDependencies += "com.github.galigator.openllet" % "openllet-core" % "2.5.1"
[com.github.galigator.openllet/openllet-core "2.5.1"]