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