isy-checkstyle-config
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.bund.bva.isyfact</groupId> <artifactId>isy-checkstyle-config</artifactId> <version>0.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>de.bund.bva.isyfact</groupId> <artifactId>isy-checkstyle-config</artifactId> <version>0.2.0</version> <name>IsyFact Checkstyle Rules</name> <description>Provides a standard Checkstyle rule set to be used by IsyFact itself and projects that extend it.</description> <url>http://isyfact.de</url> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <name>IsyFact-Team</name> <email>isyfact@bva.bund.de</email> <organization>Bundesverwaltungsamt (BVA)</organization> <organizationUrl>https://www.bva.bund.de</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/IsyFact/isy-checkstyle-config.git</connection> <developerConnection>scm:git:ssh://github.com:IsyFact/isy-checkstyle-config.git</developerConnection> <url>https://github.com/IsyFact/isy-checkstyle-config</url> </scm> </project>