oliviercailloux GPOM
A simple POM with reasonable defaults, including the Guava dependency, for use in Maven artifacts under the io.github.oliviercailloux group id.
| License |
License |
|---|---|
| GroupId | GroupIdio.github.oliviercailloux |
| ArtifactId | ArtifactIdgpom |
| Last Version | Last Version0.0.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionoliviercailloux GPOM
A simple POM with reasonable defaults, including the Guava dependency, for use in Maven artifacts under the io.github.oliviercailloux group id.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gpom-0.0.4.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.oliviercailloux/gpom/ -->
<dependency>
<groupId>io.github.oliviercailloux</groupId>
<artifactId>gpom</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.oliviercailloux/gpom/
implementation 'io.github.oliviercailloux:gpom:0.0.4'
// https://jarcasting.com/artifacts/io.github.oliviercailloux/gpom/
implementation ("io.github.oliviercailloux:gpom:0.0.4")
'io.github.oliviercailloux:gpom:pom:0.0.4'
<dependency org="io.github.oliviercailloux" name="gpom" rev="0.0.4">
<artifact name="gpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.oliviercailloux', module='gpom', version='0.0.4')
)
libraryDependencies += "io.github.oliviercailloux" % "gpom" % "0.0.4"
[io.github.oliviercailloux/gpom "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 28.2-jre |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
A simple POM with reasonable defaults, including the Guava dependency, for use in Maven artifacts under the io.github.oliviercailloux group id.