Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.github.sevntu-checkstyle |
ArtifactId | ArtifactIdsevntu-checks |
Version | Version1.28.0 |
Type | Typejar |
Filename | Size |
---|---|
sevntu-checks-1.28.0.pom | |
sevntu-checks-1.28.0.jar | 176 KB |
sevntu-checks-1.28.0-sources.jar | 188 KB |
sevntu-checks-1.28.0-javadoc.jar | 418 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sevntu-checkstyle/sevntu-checks/ -->
<dependency>
<groupId>com.github.sevntu-checkstyle</groupId>
<artifactId>sevntu-checks</artifactId>
<version>1.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sevntu-checkstyle/sevntu-checks/
implementation 'com.github.sevntu-checkstyle:sevntu-checks:1.28.0'
// https://jarcasting.com/artifacts/com.github.sevntu-checkstyle/sevntu-checks/
implementation ("com.github.sevntu-checkstyle:sevntu-checks:1.28.0")
'com.github.sevntu-checkstyle:sevntu-checks:jar:1.28.0'
<dependency org="com.github.sevntu-checkstyle" name="sevntu-checks" rev="1.28.0">
<artifact name="sevntu-checks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sevntu-checkstyle', module='sevntu-checks', version='1.28.0')
)
libraryDependencies += "com.github.sevntu-checkstyle" % "sevntu-checks" % "1.28.0"
[com.github.sevntu-checkstyle/sevntu-checks "1.28.0"]