MVN

com.livetheoogway.crudstore : crud-store

Maven & Gradle

Dec 12, 2022
1 stars

crud-store · A collection of CRUD stores implementing a clean interface.

<dependency>
    <groupId>com.livetheoogway.crudstore</groupId>
    <artifactId>crud-store</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.livetheoogway.crudstore : crud-store to add to Maven - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of com.livetheoogway.crudstore : crud-store to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
crud-store-1.2.2
crud-store-1.2.1
crud-store-1.2.0
1.1.x
crud-store-1.1.9
crud-store-1.1.8
crud-store-1.1.7
crud-store-1.1.6
crud-store-1.1.5
crud-store-1.1.4
crud-store-1.1.3
crud-store-1.1.2
crud-store-1.1.1
1.1
crud-store-1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.livetheoogway.crudstore</groupId>
    <artifactId>crud-store</artifactId>
    <version>1.2.2</version>
</dependency>