| License |
License |
|---|---|
| GroupId | GroupIdorg.johnnei.parent |
| ArtifactId | ArtifactIdbase |
| Version | Version15-1 |
| Type | Typepom |
| Description |
DescriptionJava 15 SE Profile
Parent POM to provide reusable Java SE configuration for Maven
|
| Filename | Size |
|---|---|
| base-15-1.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.johnnei.parent/base/ -->
<dependency>
<groupId>org.johnnei.parent</groupId>
<artifactId>base</artifactId>
<version>15-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.johnnei.parent/base/
implementation 'org.johnnei.parent:base:15-1'
// https://jarcasting.com/artifacts/org.johnnei.parent/base/
implementation ("org.johnnei.parent:base:15-1")
'org.johnnei.parent:base:pom:15-1'
<dependency org="org.johnnei.parent" name="base" rev="15-1">
<artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.johnnei.parent', module='base', version='15-1')
)
libraryDependencies += "org.johnnei.parent" % "base" % "15-1"
[org.johnnei.parent/base "15-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 3.6.0 |
| org.mockito : mockito-junit-jupiter | jar | 3.6.0 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.0 |
| org.apache.logging.log4j : log4j-core | jar | 2.14.0 |