is not current version
Last Version 1.1.0

id.jasoet:fun-kommand 1.0.5

Simple command-line wrapper for Kotlin

GroupId

GroupId

id.jasoet
ArtifactId

ArtifactId

fun-kommand
Version

Version

1.0.5
Type

Type

jar

Download fun-kommand 1.0.5


<!-- https://jarcasting.com/artifacts/id.jasoet/fun-kommand/ -->
<dependency>
    <groupId>id.jasoet</groupId>
    <artifactId>fun-kommand</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/id.jasoet/fun-kommand/
implementation 'id.jasoet:fun-kommand:1.0.5'
// https://jarcasting.com/artifacts/id.jasoet/fun-kommand/
implementation ("id.jasoet:fun-kommand:1.0.5")
'id.jasoet:fun-kommand:jar:1.0.5'
<dependency org="id.jasoet" name="fun-kommand" rev="1.0.5">
  <artifact name="fun-kommand" type="jar" />
</dependency>
@Grapes(
@Grab(group='id.jasoet', module='fun-kommand', version='1.0.5')
)
libraryDependencies += "id.jasoet" % "fun-kommand" % "1.0.5"
[id.jasoet/fun-kommand "1.0.5"]