| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.martin-senne |
| Идентификатор | ИдентификаторjCommandLine |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
ОписаниеjCommandLine
jCommandline is a java library for parsing and evaluating command-line parameters.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jCommandLine-1.0.pom | |
| jCommandLine-1.0.jar | 31 KB |
| jCommandLine-1.0-sources.jar | 21 KB |
| jCommandLine-1.0-javadoc.jar | 170 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.martin-senne/jCommandLine/ -->
<dependency>
<groupId>de.martin-senne</groupId>
<artifactId>jCommandLine</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.martin-senne/jCommandLine/
implementation 'de.martin-senne:jCommandLine:1.0'
// https://jarcasting.com/artifacts/de.martin-senne/jCommandLine/
implementation ("de.martin-senne:jCommandLine:1.0")
'de.martin-senne:jCommandLine:jar:1.0'
<dependency org="de.martin-senne" name="jCommandLine" rev="1.0">
<artifact name="jCommandLine" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.martin-senne', module='jCommandLine', version='1.0')
)
libraryDependencies += "de.martin-senne" % "jCommandLine" % "1.0"
[de.martin-senne/jCommandLine "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |