MVN

com.github.gentity : gentity-test-eclipselink

Maven & Gradle

May 14, 2023
2 stars
<dependency>
    <groupId>com.github.gentity</groupId>
    <artifactId>gentity-test-eclipselink</artifactId>
    <version>0.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gentity : gentity-test-eclipselink to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.27

All Versions

Choose a version of com.github.gentity : gentity-test-eclipselink to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.27
gentity-test-eclipselink-0.27
0.26
gentity-test-eclipselink-0.26
0.25
gentity-test-eclipselink-0.25
0.24
gentity-test-eclipselink-0.24
0.23
gentity-test-eclipselink-0.23

How to add a dependency to Maven

Add the following com.github.gentity : gentity-test-eclipselink maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.gentity</groupId>
    <artifactId>gentity-test-eclipselink</artifactId>
    <version>0.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gentity : gentity-test-eclipselink gradle dependency to your build.gradle file:

implementation 'com.github.gentity:gentity-test-eclipselink:0.27'

Gradle Kotlin DSL: Add the following com.github.gentity : gentity-test-eclipselink gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gentity:gentity-test-eclipselink:0.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gentity : gentity-test-eclipselink sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gentity" % "gentity-test-eclipselink" % "0.27"

Advertisement