MVN

io.ayte.utility.supplier : parent

Maven & Gradle

Mar 19, 2019
0 stars

Ayte :: Utility :: Supplier · Set of utility classes aimed to help with boilerplate code around java.util.function.Supplier

<dependency>
    <groupId>io.ayte.utility.supplier</groupId>
    <artifactId>parent</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ayte.utility.supplier : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of io.ayte.utility.supplier : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
parent-0.1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.ayte.utility.supplier</groupId>
    <artifactId>parent</artifactId>
    <version>0.1.2</version>
</dependency>

Advertisement