| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.bluecirclesoft.open |
| Идентификатор | Идентификаторgetopt |
| Последняя версия | Последняя версия1.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbluecircle-getopt
bluecircle-getopt - A simple Java getopt processor
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| getopt-1.4.pom | |
| getopt-1.4.jar | 36 KB |
| getopt-1.4-sources.jar | 32 KB |
| getopt-1.4-javadoc.jar | 164 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.bluecirclesoft.open/getopt/ -->
<dependency>
<groupId>com.bluecirclesoft.open</groupId>
<artifactId>getopt</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluecirclesoft.open/getopt/
implementation 'com.bluecirclesoft.open:getopt:1.4'
// https://jarcasting.com/artifacts/com.bluecirclesoft.open/getopt/
implementation ("com.bluecirclesoft.open:getopt:1.4")
'com.bluecirclesoft.open:getopt:jar:1.4'
<dependency org="com.bluecirclesoft.open" name="getopt" rev="1.4">
<artifact name="getopt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluecirclesoft.open', module='getopt', version='1.4')
)
libraryDependencies += "com.bluecirclesoft.open" % "getopt" % "1.4"
[com.bluecirclesoft.open/getopt "1.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |