MVN

io.github.watertao : veigar-framework

Maven & Gradle

Apr 18, 2020
4 stars

A scaffold for developing Restful API

<dependency>
    <groupId>io.github.watertao</groupId>
    <artifactId>veigar-framework</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.watertao : veigar-framework to add to Maven - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of io.github.watertao : veigar-framework to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
veigar-framework-2.2.0
2.1.x
veigar-framework-2.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.watertao</groupId>
    <artifactId>veigar-framework</artifactId>
    <version>2.2.0</version>
</dependency>

Advertisement