License |
License |
---|---|
GroupId | GroupIdio.github.sebivenlo |
ArtifactId | ArtifactIdtesteasypom |
Version | Version4.0.4 |
Type | Typejar |
Description |
DescriptionSEBIVenlo :: TestEasyPom
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
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testeasypom-4.0.4.pom | 45 KB |
testeasypom-4.0.4-jar-with-dependencies.jar | 310 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sebivenlo/testeasypom/ -->
<dependency>
<groupId>io.github.sebivenlo</groupId>
<artifactId>testeasypom</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sebivenlo/testeasypom/
implementation 'io.github.sebivenlo:testeasypom:4.0.4'
// https://jarcasting.com/artifacts/io.github.sebivenlo/testeasypom/
implementation ("io.github.sebivenlo:testeasypom:4.0.4")
'io.github.sebivenlo:testeasypom:jar:4.0.4'
<dependency org="io.github.sebivenlo" name="testeasypom" rev="4.0.4">
<artifact name="testeasypom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sebivenlo', module='testeasypom', version='4.0.4')
)
libraryDependencies += "io.github.sebivenlo" % "testeasypom" % "4.0.4"
[io.github.sebivenlo/testeasypom "4.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.19.0 |
org.mockito : mockito-core | jar | 3.5.13 |
org.mockito : mockito-junit-jupiter | jar | 3.5.13 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |