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.predicate |
ArtifactId | ArtifactIdapi |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAyte :: Utility :: Predicate :: API
Unary, binary and ternary predicate interface
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
api-0.1.0.pom | |
api-0.1.0.jar | 7 KB |
api-0.1.0-sources.jar | 3 KB |
api-0.1.0-javadoc.jar | 420 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ayte.utility.predicate/api/ -->
<dependency>
<groupId>io.ayte.utility.predicate</groupId>
<artifactId>api</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ayte.utility.predicate/api/
implementation 'io.ayte.utility.predicate:api:0.1.0'
// https://jarcasting.com/artifacts/io.ayte.utility.predicate/api/
implementation ("io.ayte.utility.predicate:api:0.1.0")
'io.ayte.utility.predicate:api:jar:0.1.0'
<dependency org="io.ayte.utility.predicate" name="api" rev="0.1.0">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ayte.utility.predicate', module='api', version='0.1.0')
)
libraryDependencies += "io.ayte.utility.predicate" % "api" % "0.1.0"
[io.ayte.utility.predicate/api "0.1.0"]
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.