| License |
License |
|---|---|
| Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
| GroupId | GroupIdcom.kiiadi.ktfriendly |
| ArtifactId | ArtifactIdcheckstyle |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKotlin Friendly Checkstyle Checks
Checkstyle rules that highlight potential problems with a Java library that may make it unfriendly to Kotlin consumers.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| checkstyle-0.2.pom | |
| checkstyle-0.2.jar | 7 KB |
| checkstyle-0.2-sources.jar | 3 KB |
| checkstyle-0.2-javadoc.jar | 362 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kiiadi.ktfriendly/checkstyle/ -->
<dependency>
<groupId>com.kiiadi.ktfriendly</groupId>
<artifactId>checkstyle</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.kiiadi.ktfriendly/checkstyle/
implementation 'com.kiiadi.ktfriendly:checkstyle:0.2'
// https://jarcasting.com/artifacts/com.kiiadi.ktfriendly/checkstyle/
implementation ("com.kiiadi.ktfriendly:checkstyle:0.2")
'com.kiiadi.ktfriendly:checkstyle:jar:0.2'
<dependency org="com.kiiadi.ktfriendly" name="checkstyle" rev="0.2">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kiiadi.ktfriendly', module='checkstyle', version='0.2')
)
libraryDependencies += "com.kiiadi.ktfriendly" % "checkstyle" % "0.2"
[com.kiiadi.ktfriendly/checkstyle "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.51 |
| com.puppycrawl.tools : checkstyle | jar | 8.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.puppycrawl.tools : checkstyle | jar | 8.12 |