| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdgov.nih.ncats |
| ArtifactId | ArtifactIdncats-common-cli |
| Last Version | Last Version0.9.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionncats-common-cli
Command line option parser that allows for grouping options such as 'radio options'.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ncats-common-cli-0.9.2.pom | |
| ncats-common-cli-0.9.2.jar | 31 KB |
| ncats-common-cli-0.9.2-sources.jar | 20 KB |
| ncats-common-cli-0.9.2-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/gov.nih.ncats/ncats-common-cli/ -->
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>ncats-common-cli</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nih.ncats/ncats-common-cli/
implementation 'gov.nih.ncats:ncats-common-cli:0.9.2'
// https://jarcasting.com/artifacts/gov.nih.ncats/ncats-common-cli/
implementation ("gov.nih.ncats:ncats-common-cli:0.9.2")
'gov.nih.ncats:ncats-common-cli:jar:0.9.2'
<dependency org="gov.nih.ncats" name="ncats-common-cli" rev="0.9.2">
<artifact name="ncats-common-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nih.ncats', module='ncats-common-cli', version='0.9.2')
)
libraryDependencies += "gov.nih.ncats" % "ncats-common-cli" % "0.9.2"
[gov.nih.ncats/ncats-common-cli "0.9.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| gov.nih.ncats : ncats-common | jar | 0.3.3 |
| commons-cli : commons-cli | jar | 1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |