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.task |
ArtifactId | ArtifactIdkit |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAyte :: Utility :: Task :: Kit
Root POM for free and open source projects
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
kit-0.1.0.pom | |
kit-0.1.0.jar | 14 KB |
kit-0.1.0-sources.jar | 9 KB |
kit-0.1.0-javadoc.jar | 508 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ayte.utility.task/kit/ -->
<dependency>
<groupId>io.ayte.utility.task</groupId>
<artifactId>kit</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ayte.utility.task/kit/
implementation 'io.ayte.utility.task:kit:0.1.0'
// https://jarcasting.com/artifacts/io.ayte.utility.task/kit/
implementation ("io.ayte.utility.task:kit:0.1.0")
'io.ayte.utility.task:kit:jar:0.1.0'
<dependency org="io.ayte.utility.task" name="kit" rev="0.1.0">
<artifact name="kit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ayte.utility.task', module='kit', version='0.1.0')
)
libraryDependencies += "io.ayte.utility.task" % "kit" % "0.1.0"
[io.ayte.utility.task/kit "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.ayte.utility.task : api | jar | 0.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.3.1 |
io.qameta.allure : allure-junit5 | jar | 2.8.1 |
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.