c

cloud-kotlin-extensions

Command framework and dispatcher for the JVM
https://github.com/Incendo/cloud
The MIT License
Alexander Söderberg Jason Penilla
文件下载
文件名 操作
cloud-kotlin-extensions-2.0.0-beta.5.jar 下载
cloud-kotlin-extensions-2.0.0-beta.5.pom 下载
cloud-kotlin-extensions-2.0.0-beta.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.incendo</groupId>
  <artifactId>cloud-kotlin-extensions</artifactId>
  <version>2.0.0-beta.5</version>
</dependency>
Gradle Groovy
implementation 'org.incendo:cloud-kotlin-extensions:2.0.0-beta.5'
Gradle Kotlin
implementation("org.incendo:cloud-kotlin-extensions:2.0.0-beta.5")
Scala SBT
libraryDependencies += "org.incendo" % "cloud-kotlin-extensions" % "2.0.0-beta.5"
Groovy Grape
@Grapes(
  @Grab(group='org.incendo', module='cloud-kotlin-extensions', version='2.0.0-beta.5')
)
Apache Ivy
<dependency org="org.incendo" name="cloud-kotlin-extensions" rev="2.0.0-beta.5" />
Leiningen
[org.incendo/cloud-kotlin-extensions "2.0.0-beta.5"]
Apache Buildr
'org.incendo:cloud-kotlin-extensions:jar:2.0.0-beta.5'