License |
License |
---|---|
Categories |
CategoriesJava Languages Checkstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdbr.com.neppo.jlibs |
ArtifactId | ArtifactIdjava-checkstyle |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeppo's check style catalogue
Neppo's check style catalogue
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-checkstyle-0.0.1.pom | |
java-checkstyle-0.0.1.jar | 8 KB |
java-checkstyle-0.0.1-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.neppo.jlibs/java-checkstyle/ -->
<dependency>
<groupId>br.com.neppo.jlibs</groupId>
<artifactId>java-checkstyle</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.neppo.jlibs/java-checkstyle/
implementation 'br.com.neppo.jlibs:java-checkstyle:0.0.1'
// https://jarcasting.com/artifacts/br.com.neppo.jlibs/java-checkstyle/
implementation ("br.com.neppo.jlibs:java-checkstyle:0.0.1")
'br.com.neppo.jlibs:java-checkstyle:jar:0.0.1'
<dependency org="br.com.neppo.jlibs" name="java-checkstyle" rev="0.0.1">
<artifact name="java-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.neppo.jlibs', module='java-checkstyle', version='0.0.1')
)
libraryDependencies += "br.com.neppo.jlibs" % "java-checkstyle" % "0.0.1"
[br.com.neppo.jlibs/java-checkstyle "0.0.1"]