| GroupId | GroupIdcom.pinterest.ktlint |
|---|---|
| ArtifactId | ArtifactIdktlint-core |
| Version | Version0.38.0-alpha01 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ktlint-core-0.38.0-alpha01.pom | |
| ktlint-core-0.38.0-alpha01.jar | 112 KB |
| ktlint-core-0.38.0-alpha01-sources.jar | 19 KB |
| ktlint-core-0.38.0-alpha01-javadoc.jar | 251 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-core/ -->
<dependency>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.38.0-alpha01</version>
</dependency>
// https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-core/
implementation 'com.pinterest.ktlint:ktlint-core:0.38.0-alpha01'
// https://jarcasting.com/artifacts/com.pinterest.ktlint/ktlint-core/
implementation ("com.pinterest.ktlint:ktlint-core:0.38.0-alpha01")
'com.pinterest.ktlint:ktlint-core:jar:0.38.0-alpha01'
<dependency org="com.pinterest.ktlint" name="ktlint-core" rev="0.38.0-alpha01">
<artifact name="ktlint-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pinterest.ktlint', module='ktlint-core', version='0.38.0-alpha01')
)
libraryDependencies += "com.pinterest.ktlint" % "ktlint-core" % "0.38.0-alpha01"
[com.pinterest.ktlint/ktlint-core "0.38.0-alpha01"]