is not current version
Last Version 1.0.1.RELEASE

com.github.myoss.checkstyle:code-format-checkstyle 1.0.0.RELEASE


Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis ORM Data
GroupId

GroupId

com.github.myoss.checkstyle
ArtifactId

ArtifactId

code-format-checkstyle
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download code-format-checkstyle 1.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.myoss.checkstyle/code-format-checkstyle/ -->
<dependency>
    <groupId>com.github.myoss.checkstyle</groupId>
    <artifactId>code-format-checkstyle</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.myoss.checkstyle/code-format-checkstyle/
implementation 'com.github.myoss.checkstyle:code-format-checkstyle:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.myoss.checkstyle/code-format-checkstyle/
implementation ("com.github.myoss.checkstyle:code-format-checkstyle:1.0.0.RELEASE")
'com.github.myoss.checkstyle:code-format-checkstyle:jar:1.0.0.RELEASE'
<dependency org="com.github.myoss.checkstyle" name="code-format-checkstyle" rev="1.0.0.RELEASE">
  <artifact name="code-format-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.myoss.checkstyle', module='code-format-checkstyle', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.myoss.checkstyle" % "code-format-checkstyle" % "1.0.0.RELEASE"
[com.github.myoss.checkstyle/code-format-checkstyle "1.0.0.RELEASE"]