d

day-commons-cli-launcher

Provides a very simple classes for lauching applications.
https://adobe.com
License Agreement
Adobe
Adobe
Files download
File Operation
day-commons-cli-launcher-1.0.0.jar download
day-commons-cli-launcher-1.0.0.pom download
day-commons-cli-launcher-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.day.commons</groupId>
  <artifactId>day-commons-cli-launcher</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.day.commons:day-commons-cli-launcher:1.0.0'
Gradle Kotlin
implementation("com.day.commons:day-commons-cli-launcher:1.0.0")
Scala SBT
libraryDependencies += "com.day.commons" % "day-commons-cli-launcher" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.day.commons', module='day-commons-cli-launcher', version='1.0.0')
)
Apache Ivy
<dependency org="com.day.commons" name="day-commons-cli-launcher" rev="1.0.0" />
Leiningen
[com.day.commons/day-commons-cli-launcher "1.0.0"]
Apache Buildr
'com.day.commons:day-commons-cli-launcher:jar:1.0.0'