License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.squeakysand.devtools |
ArtifactId | ArtifactIdstatic-checks-java |
Last Version | Last Version5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.squeakysand.devtools - static-checks-java
Aggregates the modules related to applying static checks to Java source code.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
static-checks-java-5.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squeakysand.devtools/static-checks-java/ -->
<dependency>
<groupId>com.squeakysand.devtools</groupId>
<artifactId>static-checks-java</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.devtools/static-checks-java/
implementation 'com.squeakysand.devtools:static-checks-java:5'
// https://jarcasting.com/artifacts/com.squeakysand.devtools/static-checks-java/
implementation ("com.squeakysand.devtools:static-checks-java:5")
'com.squeakysand.devtools:static-checks-java:pom:5'
<dependency org="com.squeakysand.devtools" name="static-checks-java" rev="5">
<artifact name="static-checks-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.devtools', module='static-checks-java', version='5')
)
libraryDependencies += "com.squeakysand.devtools" % "static-checks-java" % "5"
[com.squeakysand.devtools/static-checks-java "5"]