| GroupId | GroupIdcom.github.shyiko.ktlint |
|---|---|
| ArtifactId | ArtifactIdpom |
| Version | Version0.25.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| pom-0.25.0.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.shyiko.ktlint/pom/ -->
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<artifactId>pom</artifactId>
<version>0.25.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko.ktlint/pom/
implementation 'com.github.shyiko.ktlint:pom:0.25.0'
// https://jarcasting.com/artifacts/com.github.shyiko.ktlint/pom/
implementation ("com.github.shyiko.ktlint:pom:0.25.0")
'com.github.shyiko.ktlint:pom:pom:0.25.0'
<dependency org="com.github.shyiko.ktlint" name="pom" rev="0.25.0">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko.ktlint', module='pom', version='0.25.0')
)
libraryDependencies += "com.github.shyiko.ktlint" % "pom" % "0.25.0"
[com.github.shyiko.ktlint/pom "0.25.0"]