MVN

com.astutebits : basis

Maven & Gradle

Sep 25, 2017

basis · An opinionated Universal Maven POM Parent.

<dependency>
    <groupId>com.astutebits</groupId>
    <artifactId>basis</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.astutebits : basis to add to Maven - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.astutebits : basis to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6.x
basis-0.6.0
0.5.x
basis-0.5.0
0.4.x
basis-0.4.0
0.3.x
basis-0.3.0
0.2.x
basis-0.2.1
basis-0.2.0
0.1.x
basis-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.astutebits</groupId>
    <artifactId>basis</artifactId>
    <version>0.6.0</version>
</dependency>

Advertisement