Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.nasdanika.core |
ArtifactId | ArtifactIdcli |
Version | Version2022.5.3 |
Type | Typejar |
Filename | Size |
---|---|
cli-2022.5.3.pom | |
cli-2022.5.3.jar | 18 KB |
cli-2022.5.3-test-sources.jar | 1 KB |
cli-2022.5.3-sources.jar | 9 KB |
cli-2022.5.3-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nasdanika.core/cli/ -->
<dependency>
<groupId>org.nasdanika.core</groupId>
<artifactId>cli</artifactId>
<version>2022.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.nasdanika.core/cli/
implementation 'org.nasdanika.core:cli:2022.5.3'
// https://jarcasting.com/artifacts/org.nasdanika.core/cli/
implementation ("org.nasdanika.core:cli:2022.5.3")
'org.nasdanika.core:cli:jar:2022.5.3'
<dependency org="org.nasdanika.core" name="cli" rev="2022.5.3">
<artifact name="cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nasdanika.core', module='cli', version='2022.5.3')
)
libraryDependencies += "org.nasdanika.core" % "cli" % "2022.5.3"
[org.nasdanika.core/cli "2022.5.3"]