License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Checkstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdorg.jboss.resteasy.checkstyle |
ArtifactId | ArtifactIdresteasy-checkstyle-config |
Last Version | Last Version1.0.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRESTEasy: Checkstyle Configuration
Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy.checkstyle/resteasy-checkstyle-config/ -->
<dependency>
<groupId>org.jboss.resteasy.checkstyle</groupId>
<artifactId>resteasy-checkstyle-config</artifactId>
<version>1.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy.checkstyle/resteasy-checkstyle-config/
implementation 'org.jboss.resteasy.checkstyle:resteasy-checkstyle-config:1.0.0.Final'
// https://jarcasting.com/artifacts/org.jboss.resteasy.checkstyle/resteasy-checkstyle-config/
implementation ("org.jboss.resteasy.checkstyle:resteasy-checkstyle-config:1.0.0.Final")
'org.jboss.resteasy.checkstyle:resteasy-checkstyle-config:jar:1.0.0.Final'
<dependency org="org.jboss.resteasy.checkstyle" name="resteasy-checkstyle-config" rev="1.0.0.Final">
<artifact name="resteasy-checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy.checkstyle', module='resteasy-checkstyle-config', version='1.0.0.Final')
)
libraryDependencies += "org.jboss.resteasy.checkstyle" % "resteasy-checkstyle-config" % "1.0.0.Final"
[org.jboss.resteasy.checkstyle/resteasy-checkstyle-config "1.0.0.Final"]