Download ktlint-0.20.0.jar file - Jar k

Jar examples for k:ktlint

Description

Kotlin linter

You can download jar file ktlint 0.20.0 in this page.

License

MIT

Build File

You can use the following script to add ktlint-0.20.0.jar to your project.

<dependency>
   <groupId>com.github.shyiko</groupId>
   <artifactId>ktlint</artifactId>
   <version>0.20.0</version>
</dependency>
compile group: 'com.github.shyiko', name: 'ktlint', version: '0.20.0'
libraryDependencies += "com.github.shyiko" % "ktlint" % "0.20.0"
<dependency org="com.github.shyiko" name="ktlint" rev="0.20.0"/>
@Grapes(@Grab(group='com.github.shyiko', module='ktlint', version='0.20.0'))
'com.github.shyiko:ktlint:jar:0.20.0'

Download

Click the following link to download the jar file.

ktlint-0.20.0-javadoc.jar
ktlint-0.20.0-sources.jar
ktlint-0.20.0.jar
ktlint-0.20.0.pom



Related Tutorials