| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.themrmilchmann.mjl |
| Идентификатор | Идентификаторmjl-options |
| Версия | Версия0.3.0 |
| Тип | Типjar |
| Описание |
ОписаниеMJL Options
A minimal Java library which provides a convenient way to parse command line parameters.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mjl-options-0.3.0.pom | |
| mjl-options-0.3.0.jar | 22 KB |
| mjl-options-0.3.0-sources.jar | 16 KB |
| mjl-options-0.3.0-javadoc.jar | 517 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.themrmilchmann.mjl/mjl-options/ -->
<dependency>
<groupId>com.github.themrmilchmann.mjl</groupId>
<artifactId>mjl-options</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.themrmilchmann.mjl/mjl-options/
implementation 'com.github.themrmilchmann.mjl:mjl-options:0.3.0'
// https://jarcasting.com/artifacts/com.github.themrmilchmann.mjl/mjl-options/
implementation ("com.github.themrmilchmann.mjl:mjl-options:0.3.0")
'com.github.themrmilchmann.mjl:mjl-options:jar:0.3.0'
<dependency org="com.github.themrmilchmann.mjl" name="mjl-options" rev="0.3.0">
<artifact name="mjl-options" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.themrmilchmann.mjl', module='mjl-options', version='0.3.0')
)
libraryDependencies += "com.github.themrmilchmann.mjl" % "mjl-options" % "0.3.0"
[com.github.themrmilchmann.mjl/mjl-options "0.3.0"]