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