MVN

com.github.gentity : gentity-lib

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 0.27

All Versions

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

Version Vulnerabilities Updated
0.27
gentity-lib-0.27
0.26
gentity-lib-0.26
0.25
gentity-lib-0.25
0.24
gentity-lib-0.24
0.23
gentity-lib-0.23
0.22
gentity-lib-0.22
0.21
gentity-lib-0.21
0.20
gentity-lib-0.20
0.19
gentity-lib-0.19
0.18
gentity-lib-0.18
0.17
gentity-lib-0.17
0.16
gentity-lib-0.16
0.15
gentity-lib-0.15
0.14
gentity-lib-0.14
0.13
gentity-lib-0.13

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.github.gentity:gentity-lib:0.27'

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

implementation("com.github.gentity:gentity-lib:0.27")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.gentity" % "gentity-lib" % "0.27"

Advertisement