Maven parent POMs
This directory contains maven parent POMs that we are using in our child projects.
They are obviously managed with Maven, and bundled mvnw
can be used to perform necessary actions.
License |
License |
---|---|
Categories |
CategoriesUtility General Purpose Libraries |
GroupId | GroupIdio.ayte.utility.value |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAyte :: Utility :: Value
Parent POM for Value Objects utility artifacts
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-0.1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ayte.utility.value/parent/ -->
<dependency>
<groupId>io.ayte.utility.value</groupId>
<artifactId>parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ayte.utility.value/parent/
implementation 'io.ayte.utility.value:parent:0.1.0'
// https://jarcasting.com/artifacts/io.ayte.utility.value/parent/
implementation ("io.ayte.utility.value:parent:0.1.0")
'io.ayte.utility.value:parent:pom:0.1.0'
<dependency org="io.ayte.utility.value" name="parent" rev="0.1.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ayte.utility.value', module='parent', version='0.1.0')
)
libraryDependencies += "io.ayte.utility.value" % "parent" % "0.1.0"
[io.ayte.utility.value/parent "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
This directory contains maven parent POMs that we are using in our child projects.
They are obviously managed with Maven, and bundled mvnw
can be used to perform necessary actions.