| License |
License |
|---|---|
| GroupId | GroupIdcom.github.shyiko.ktlint |
| ArtifactId | ArtifactIdktlint-test |
| Last Version | Last Version0.31.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAn anti-bikeshedding Kotlin linter with built-in formatter
|
| Filename | Size |
|---|---|
| ktlint-test-0.31.0.pom | |
| ktlint-test-0.31.0.jar | 20 KB |
| ktlint-test-0.31.0-sources.jar | 4 KB |
| ktlint-test-0.31.0-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.shyiko.ktlint/ktlint-test/ -->
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<artifactId>ktlint-test</artifactId>
<version>0.31.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko.ktlint/ktlint-test/
implementation 'com.github.shyiko.ktlint:ktlint-test:0.31.0'
// https://jarcasting.com/artifacts/com.github.shyiko.ktlint/ktlint-test/
implementation ("com.github.shyiko.ktlint:ktlint-test:0.31.0")
'com.github.shyiko.ktlint:ktlint-test:jar:0.31.0'
<dependency org="com.github.shyiko.ktlint" name="ktlint-test" rev="0.31.0">
<artifact name="ktlint-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko.ktlint', module='ktlint-test', version='0.31.0')
)
libraryDependencies += "com.github.shyiko.ktlint" % "ktlint-test" % "0.31.0"
[com.github.shyiko.ktlint/ktlint-test "0.31.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.9.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.21 |
| com.github.shyiko.ktlint : ktlint-core | jar | 0.31.0 |