ktlint
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.pinterest</groupId> <artifactId>ktlint</artifactId> <version>0.51.0-FINAL</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.pinterest</groupId> <artifactId>ktlint</artifactId> <version>0.51.0-FINAL</version> <packaging>pom</packaging> <name>ktlint</name> <description>An anti-bikeshedding Kotlin linter with built-in formatter.</description> <url>https://github.com/pinterest/ktlint</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>pinterest</id> <name>Pinterest, Inc.</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/pinterest/ktlint.git</connection> <developerConnection>scm:git:ssh://git@github.com/pinterest/ktlint.git</developerConnection> <url>https://github.com/pinterest/ktlint</url> </scm> <distributionManagement> <relocation> <groupId>com.pinterest.ktlint</groupId> <artifactId>ktlint-cli</artifactId> <version>1.0.0</version> <message>groupId and artifactId have been changed</message> </relocation> </distributionManagement> </project>