MVN

com.github.myth-gourd : entiti

Maven & Gradle

Jan 19, 2020
0 stars

myth-gourd-entiti · util for entiti

<dependency>
    <groupId>com.github.myth-gourd</groupId>
    <artifactId>entiti</artifactId>
    <version>0.0.8.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.myth-gourd : entiti to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.8.RELEASE

All Versions

Choose a version of com.github.myth-gourd : entiti to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
entiti-0.0.8.RELEASE
entiti-0.0.7.RELEASE
entiti-0.0.6.RELEASE
entiti-0.0.5-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.myth-gourd</groupId>
    <artifactId>entiti</artifactId>
    <version>0.0.8.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.myth-gourd : entiti gradle dependency to your build.gradle file:

implementation 'com.github.myth-gourd:entiti:0.0.8.RELEASE'

Gradle Kotlin DSL: Add the following com.github.myth-gourd : entiti gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.myth-gourd:entiti:0.0.8.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.myth-gourd : entiti sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.myth-gourd" % "entiti" % "0.0.8.RELEASE"

Advertisement