p

pom

An anti-bikeshedding Kotlin linter with built-in formatter
https://github.com/shyiko/ktlint
MIT
Stanley Shyiko
文件下载
文件名 操作
pom-0.17.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.shyiko.ktlint</groupId>
  <artifactId>pom</artifactId>
  <version>0.17.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.shyiko.ktlint:pom:0.17.1'
Gradle Kotlin
implementation("com.github.shyiko.ktlint:pom:0.17.1")
Scala SBT
libraryDependencies += "com.github.shyiko.ktlint" % "pom" % "0.17.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shyiko.ktlint', module='pom', version='0.17.1')
)
Apache Ivy
<dependency org="com.github.shyiko.ktlint" name="pom" rev="0.17.1" />
Leiningen
[com.github.shyiko.ktlint/pom "0.17.1"]
Apache Buildr
'com.github.shyiko.ktlint:pom:jar:0.17.1'
本项目依赖
该项目无第三方依赖