| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdio.ultreia.maven |
| ArtifactId | ArtifactIdpom |
| Last Version | Last Version2022.72 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionPom
A common shared pom for our maven projects
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pom-2022.72.pom | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ultreia.maven/pom/ -->
<dependency>
<groupId>io.ultreia.maven</groupId>
<artifactId>pom</artifactId>
<version>2022.72</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ultreia.maven/pom/
implementation 'io.ultreia.maven:pom:2022.72'
// https://jarcasting.com/artifacts/io.ultreia.maven/pom/
implementation ("io.ultreia.maven:pom:2022.72")
'io.ultreia.maven:pom:pom:2022.72'
<dependency org="io.ultreia.maven" name="pom" rev="2022.72">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ultreia.maven', module='pom', version='2022.72')
)
libraryDependencies += "io.ultreia.maven" % "pom" % "2022.72"
[io.ultreia.maven/pom "2022.72"]