не последняя версия
Последняя версия 2.33

args4j:args4j-maven-plugin-example 2.0.28

Example of running the maven plugin

Категории

Категории

Maven Компиляция и сборка args4j Взаимодействие с пользователем CLI
Группа

Группа

args4j
Идентификатор

Идентификатор

args4j-maven-plugin-example
Версия

Версия

2.0.28
Тип

Тип

jar

Скачать args4j-maven-plugin-example 2.0.28


<!-- https://jarcasting.com/artifacts/args4j/args4j-maven-plugin-example/ -->
<dependency>
    <groupId>args4j</groupId>
    <artifactId>args4j-maven-plugin-example</artifactId>
    <version>2.0.28</version>
</dependency>
// https://jarcasting.com/artifacts/args4j/args4j-maven-plugin-example/
implementation 'args4j:args4j-maven-plugin-example:2.0.28'
// https://jarcasting.com/artifacts/args4j/args4j-maven-plugin-example/
implementation ("args4j:args4j-maven-plugin-example:2.0.28")
'args4j:args4j-maven-plugin-example:jar:2.0.28'
<dependency org="args4j" name="args4j-maven-plugin-example" rev="2.0.28">
  <artifact name="args4j-maven-plugin-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='args4j', module='args4j-maven-plugin-example', version='2.0.28')
)
libraryDependencies += "args4j" % "args4j-maven-plugin-example" % "2.0.28"
[args4j/args4j-maven-plugin-example "2.0.28"]