MVN

com.antwerkz : antwerkz-parent

Maven & Gradle

Aug 27, 2023
0 stars

antwerkz parent · a common base for projects. provides depdency management, automatic kotlin support, and jrelreaser support

<dependency>
    <groupId>com.antwerkz</groupId>
    <artifactId>antwerkz-parent</artifactId>
    <version>21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.antwerkz : antwerkz-parent to add to Maven - Latest Versions:

  • Latest Stable: 21

All Versions

Choose a version of com.antwerkz : antwerkz-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
21
antwerkz-parent-21
20
antwerkz-parent-20
18
antwerkz-parent-18
16
antwerkz-parent-16
14
antwerkz-parent-14
13.0.x
antwerkz-parent-13.0.0
11
antwerkz-parent-11
10.0.x
antwerkz-parent-10.0.0
9.0.x
antwerkz-parent-9.0.0
8.0.x
antwerkz-parent-8.0.0
6
antwerkz-parent-6
5
antwerkz-parent-5
3
antwerkz-parent-3
2
antwerkz-parent-2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.antwerkz</groupId>
    <artifactId>antwerkz-parent</artifactId>
    <version>21</version>
</dependency>