MVN

io.github.astrapi69 : ent-api

Maven & Gradle

Jan 10, 2022
2 usages
4 stars

ent-api · This api project provides interfaces that data objects(for instance jpa entities) can implement for providing several features

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

Latest Version

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

  • Latest Stable: 2.3

All Versions

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

Version Vulnerabilities Updated
2.3
ent-api-2.3
2.2
ent-api-2.2
2.1
ent-api-2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.astrapi69</groupId>
    <artifactId>ent-api</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.astrapi69:ent-api:2.3'

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

implementation("io.github.astrapi69:ent-api:2.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.astrapi69" % "ent-api" % "2.3"