c

cli-helper

Files download
File Operation
cli-helper-0.3.3.jar download
cli-helper-0.3.3.pom download
cli-helper-0.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.qsy7.java.infrastructure.property.modules</groupId>
  <artifactId>cli-helper</artifactId>
  <version>0.3.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.qsy7.java.infrastructure.property.modules:cli-helper:0.3.3'
Gradle Kotlin
implementation("io.github.qsy7.java.infrastructure.property.modules:cli-helper:0.3.3")
Scala SBT
libraryDependencies += "io.github.qsy7.java.infrastructure.property.modules" % "cli-helper" % "0.3.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.qsy7.java.infrastructure.property.modules', module='cli-helper', version='0.3.3')
)
Apache Ivy
<dependency org="io.github.qsy7.java.infrastructure.property.modules" name="cli-helper" rev="0.3.3" />
Leiningen
[io.github.qsy7.java.infrastructure.property.modules/cli-helper "0.3.3"]
Apache Buildr
'io.github.qsy7.java.infrastructure.property.modules:cli-helper:jar:0.3.3'