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 | ArtifactIdapi |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAyte :: Utility :: Value :: API
Value Object interfaces
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
api-0.1.0.pom | |
api-0.1.0.jar | 8 KB |
api-0.1.0-sources.jar | 6 KB |
api-0.1.0-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ayte.utility.value/api/ -->
<dependency>
<groupId>io.ayte.utility.value</groupId>
<artifactId>api</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ayte.utility.value/api/
implementation 'io.ayte.utility.value:api:0.1.0'
// https://jarcasting.com/artifacts/io.ayte.utility.value/api/
implementation ("io.ayte.utility.value:api:0.1.0")
'io.ayte.utility.value:api:jar:0.1.0'
<dependency org="io.ayte.utility.value" name="api" rev="0.1.0">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ayte.utility.value', module='api', version='0.1.0')
)
libraryDependencies += "io.ayte.utility.value" % "api" % "0.1.0"
[io.ayte.utility.value/api "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.