Download kotlin-argparser-2.0.7.jar file - Jar k

Jar examples for k:kotlin-argparser

Description

Concise, easy, powerful and robust command line argument parsing for Kotlin

You can download jar file kotlin-argparser 2.0.7 in this page.

License

GNU Lesser General Public License, Version 2.1

Build File

You can use the following script to add kotlin-argparser-2.0.7.jar to your project.

<dependency>
   <groupId>com.xenomachina</groupId>
   <artifactId>kotlin-argparser</artifactId>
   <version>2.0.7</version>
</dependency>
compile group: 'com.xenomachina', name: 'kotlin-argparser', version: '2.0.7'
libraryDependencies += "com.xenomachina" % "kotlin-argparser" % "2.0.7"
<dependency org="com.xenomachina" name="kotlin-argparser" rev="2.0.7"/>
@Grapes(@Grab(group='com.xenomachina', module='kotlin-argparser', version='2.0.7'))
'com.xenomachina:kotlin-argparser:jar:2.0.7'

Download

Click the following link to download the jar file.

kotlin-argparser-2.0.7-javadoc.jar
kotlin-argparser-2.0.7-sources.jar
kotlin-argparser-2.0.7.jar
kotlin-argparser-2.0.7.pom



Related Tutorials