MVN

io.github.astrapi69 : ent-core

Maven & Gradle

Oct 11, 2022
3 stars

ent-core · This project provides abstract entity classes for all kind of jpa entity types

<dependency>
    <groupId>io.github.astrapi69</groupId>
    <artifactId>ent-core</artifactId>
    <version>4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.astrapi69 : ent-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4

All Versions

Choose a version of io.github.astrapi69 : ent-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4
ent-core-4
3.2
ent-core-3.2
3.1
ent-core-3.1
3
ent-core-3
2.3
ent-core-2.3
2.2
ent-core-2.2
2.1
ent-core-2.1

How to add a dependency to Maven

Add the following io.github.astrapi69 : ent-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.astrapi69</groupId>
    <artifactId>ent-core</artifactId>
    <version>4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.astrapi69 : ent-core gradle dependency to your build.gradle file:

implementation 'io.github.astrapi69:ent-core:4'

Gradle Kotlin DSL: Add the following io.github.astrapi69 : ent-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.astrapi69:ent-core:4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.astrapi69 : ent-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.astrapi69" % "ent-core" % "4"

Advertisement