| License |
License |
|---|---|
| GroupId | GroupIdcom.brettonw |
| ArtifactId | ArtifactIdpom |
| Last Version | Last Version1.0.12 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCommon POM
A POM file for all Maven projects with Java sources.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| pom-1.0.12.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw/pom/ -->
<dependency>
<groupId>com.brettonw</groupId>
<artifactId>pom</artifactId>
<version>1.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw/pom/
implementation 'com.brettonw:pom:1.0.12'
// https://jarcasting.com/artifacts/com.brettonw/pom/
implementation ("com.brettonw:pom:1.0.12")
'com.brettonw:pom:pom:1.0.12'
<dependency org="com.brettonw" name="pom" rev="1.0.12">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.brettonw', module='pom', version='1.0.12')
)
libraryDependencies += "com.brettonw" % "pom" % "1.0.12"
[com.brettonw/pom "1.0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-api | jar | 2.15.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |