is not current version
Last Version 4.0.7

io.github.sebivenlo:testeasypom 4.0.1

Fontys Venlo best maven practices. "Up with your competencies" The 'testeasypom' Parent pom that provides all dependencies that you need for modern testing, generating good looking Javadoc and a set of static test reports using spotbugs, pmd, and checkstyle. This is NOT cargo-cult, because NONE of the dependencies in this pom will end up in your final product. This is a continuation of sebipom. Version 1.0.0 first version as testeasypom

GroupId

GroupId

io.github.sebivenlo
ArtifactId

ArtifactId

testeasypom
Version

Version

4.0.1
Type

Type

jar

Download testeasypom 4.0.1


<!-- https://jarcasting.com/artifacts/io.github.sebivenlo/testeasypom/ -->
<dependency>
    <groupId>io.github.sebivenlo</groupId>
    <artifactId>testeasypom</artifactId>
    <version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sebivenlo/testeasypom/
implementation 'io.github.sebivenlo:testeasypom:4.0.1'
// https://jarcasting.com/artifacts/io.github.sebivenlo/testeasypom/
implementation ("io.github.sebivenlo:testeasypom:4.0.1")
'io.github.sebivenlo:testeasypom:jar:4.0.1'
<dependency org="io.github.sebivenlo" name="testeasypom" rev="4.0.1">
  <artifact name="testeasypom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sebivenlo', module='testeasypom', version='4.0.1')
)
libraryDependencies += "io.github.sebivenlo" % "testeasypom" % "4.0.1"
[io.github.sebivenlo/testeasypom "4.0.1"]