License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.day.commons |
ArtifactId | ArtifactIdday-commons-cli-launcher |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDay Commons Library - CLI Launcher
Provides a very simple classes for lauching applications.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
day-commons-cli-launcher-1.0.0.pom | |
day-commons-cli-launcher-1.0.0.jar | 6 KB |
day-commons-cli-launcher-1.0.0-sources.jar | 459 bytes |
day-commons-cli-launcher-1.0.0-javadoc.jar | 459 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.day.commons/day-commons-cli-launcher/ -->
<dependency>
<groupId>com.day.commons</groupId>
<artifactId>day-commons-cli-launcher</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.day.commons/day-commons-cli-launcher/
implementation 'com.day.commons:day-commons-cli-launcher:1.0.0'
// https://jarcasting.com/artifacts/com.day.commons/day-commons-cli-launcher/
implementation ("com.day.commons:day-commons-cli-launcher:1.0.0")
'com.day.commons:day-commons-cli-launcher:jar:1.0.0'
<dependency org="com.day.commons" name="day-commons-cli-launcher" rev="1.0.0">
<artifact name="day-commons-cli-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.day.commons', module='day-commons-cli-launcher', version='1.0.0')
)
libraryDependencies += "com.day.commons" % "day-commons-cli-launcher" % "1.0.0"
[com.day.commons/day-commons-cli-launcher "1.0.0"]