p

pom

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