| License |
License |
|---|---|
| GroupId | GroupIdde.greenrobot |
| ArtifactId | ArtifactIdparent-pom-with-checks |
| Version | Version2.0.0 |
| Type | Typepom |
| Description |
Descriptiongreenrobot-common's parent POM with checks
Some defaults for Maven builds including checks for Java code (currently Checkstyle and FindBugs)
|
| Filename | Size |
|---|---|
| parent-pom-with-checks-2.0.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.greenrobot/parent-pom-with-checks/ -->
<dependency>
<groupId>de.greenrobot</groupId>
<artifactId>parent-pom-with-checks</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.greenrobot/parent-pom-with-checks/
implementation 'de.greenrobot:parent-pom-with-checks:2.0.0'
// https://jarcasting.com/artifacts/de.greenrobot/parent-pom-with-checks/
implementation ("de.greenrobot:parent-pom-with-checks:2.0.0")
'de.greenrobot:parent-pom-with-checks:pom:2.0.0'
<dependency org="de.greenrobot" name="parent-pom-with-checks" rev="2.0.0">
<artifact name="parent-pom-with-checks" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.greenrobot', module='parent-pom-with-checks', version='2.0.0')
)
libraryDependencies += "de.greenrobot" % "parent-pom-with-checks" % "2.0.0"
[de.greenrobot/parent-pom-with-checks "2.0.0"]