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.fabricator |
ArtifactId | ArtifactIdkit |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAyte :: Utility :: Fabricator :: Kit
Fabricator implementations
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
kit-0.1.0.pom | |
kit-0.1.0.jar | 10 KB |
kit-0.1.0-sources.jar | 6 KB |
kit-0.1.0-javadoc.jar | 466 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ayte.utility.fabricator/kit/ -->
<dependency>
<groupId>io.ayte.utility.fabricator</groupId>
<artifactId>kit</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ayte.utility.fabricator/kit/
implementation 'io.ayte.utility.fabricator:kit:0.1.0'
// https://jarcasting.com/artifacts/io.ayte.utility.fabricator/kit/
implementation ("io.ayte.utility.fabricator:kit:0.1.0")
'io.ayte.utility.fabricator:kit:jar:0.1.0'
<dependency org="io.ayte.utility.fabricator" name="kit" rev="0.1.0">
<artifact name="kit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ayte.utility.fabricator', module='kit', version='0.1.0')
)
libraryDependencies += "io.ayte.utility.fabricator" % "kit" % "0.1.0"
[io.ayte.utility.fabricator/kit "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.ayte.utility.fabricator : api | jar | 0.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
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 |
org.mockito : mockito-core | jar | 2.23.4 |
org.hamcrest : hamcrest-all | jar | 1.3 |
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.