License |
License |
---|---|
GroupId | GroupIdde.lars-sh |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.9.13 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent POM
This parent POM is made for great Java projects, handling
Eclipse and optional Project Lombok integration, having consistent Checkstyle
and SpotBugs (successor of FindBugs) definitions in addition to even more
Maven pre-configuration.
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-0.9.13.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.lars-sh/parent/ -->
<dependency>
<groupId>de.lars-sh</groupId>
<artifactId>parent</artifactId>
<version>0.9.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.lars-sh/parent/
implementation 'de.lars-sh:parent:0.9.13'
// https://jarcasting.com/artifacts/de.lars-sh/parent/
implementation ("de.lars-sh:parent:0.9.13")
'de.lars-sh:parent:pom:0.9.13'
<dependency org="de.lars-sh" name="parent" rev="0.9.13">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.lars-sh', module='parent', version='0.9.13')
)
libraryDependencies += "de.lars-sh" % "parent" % "0.9.13"
[de.lars-sh/parent "0.9.13"]
Group / Artifact | Type | Version |
---|---|---|
de.lars-sh : utils | jar | 0.9.13 |
Group / Artifact | Type | Version |
---|---|---|
de.lars-sh : utils-annotations | jar | 0.9.13 |
com.github.spotbugs : spotbugs-annotations | jar | 4.5.2 |
Group / Artifact | Type | Version |
---|---|---|
de.lars-sh : utils-test | jar | 0.9.13 |
org.assertj : assertj-core | jar | 3.21.0 |
org.jooq : joor-java-8 | jar | 0.9.14 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.mockito : mockito-core | jar | 4.2.0 |
org.mockito : mockito-inline | jar | 4.2.0 |