MVN

com.thealvistar.crudgenerics : core

Maven & Gradle

Mar 28, 2023
0 stars

The Apache License, Version 2.0 · A Kotlin library for Spring enabling to create CRUD operations for any entity.

<dependency>
    <groupId>com.thealvistar.crudgenerics</groupId>
    <artifactId>core</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thealvistar.crudgenerics : core to add to Maven - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of com.thealvistar.crudgenerics : core to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
core-0.2.3
core-0.2.2
core-0.2.1
core-0.2.0
0.1.x
core-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.thealvistar.crudgenerics</groupId>
    <artifactId>core</artifactId>
    <version>0.2.3</version>
</dependency>

Advertisement