Cyc Maven Resources
This repository collects general Maven resources such as parent POMs, archetypes, etc.
Further Documentation
For more information about Cyc open source software, visit the Cyc Developer Center.
License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Checkstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdcom.cyc.maven |
ArtifactId | ArtifactIdcyc-checkstyle-resources |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCheckstyle Resources
Provides resources (such as configuration files) for the Maven Checkstyle Plugin
(https://maven.apache.org/plugins/maven-checkstyle-plugin/index.html).
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.cyc.maven/cyc-checkstyle-resources/ -->
<dependency>
<groupId>com.cyc.maven</groupId>
<artifactId>cyc-checkstyle-resources</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cyc.maven/cyc-checkstyle-resources/
implementation 'com.cyc.maven:cyc-checkstyle-resources:0.1.0'
// https://jarcasting.com/artifacts/com.cyc.maven/cyc-checkstyle-resources/
implementation ("com.cyc.maven:cyc-checkstyle-resources:0.1.0")
'com.cyc.maven:cyc-checkstyle-resources:jar:0.1.0'
<dependency org="com.cyc.maven" name="cyc-checkstyle-resources" rev="0.1.0">
<artifact name="cyc-checkstyle-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cyc.maven', module='cyc-checkstyle-resources', version='0.1.0')
)
libraryDependencies += "com.cyc.maven" % "cyc-checkstyle-resources" % "0.1.0"
[com.cyc.maven/cyc-checkstyle-resources "0.1.0"]
This repository collects general Maven resources such as parent POMs, archetypes, etc.
For more information about Cyc open source software, visit the Cyc Developer Center.