Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation Checkstyle Application Testing & Monitoring Code Analysis config Configuration |
---|---|
GroupId | GroupIdcom.lasmanis |
ArtifactId | ArtifactIdcheckstyle-config |
Version | Version0.0.34 |
Type | Typejar |
Filename | Size |
---|---|
checkstyle-config-0.0.34.pom | |
checkstyle-config-0.0.34.jar | 4 KB |
checkstyle-config-0.0.34-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lasmanis/checkstyle-config/ -->
<dependency>
<groupId>com.lasmanis</groupId>
<artifactId>checkstyle-config</artifactId>
<version>0.0.34</version>
</dependency>
// https://jarcasting.com/artifacts/com.lasmanis/checkstyle-config/
implementation 'com.lasmanis:checkstyle-config:0.0.34'
// https://jarcasting.com/artifacts/com.lasmanis/checkstyle-config/
implementation ("com.lasmanis:checkstyle-config:0.0.34")
'com.lasmanis:checkstyle-config:jar:0.0.34'
<dependency org="com.lasmanis" name="checkstyle-config" rev="0.0.34">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lasmanis', module='checkstyle-config', version='0.0.34')
)
libraryDependencies += "com.lasmanis" % "checkstyle-config" % "0.0.34"
[com.lasmanis/checkstyle-config "0.0.34"]