MVN

io.ultreia.java4all.eugene : eugene

Maven & Gradle

Oct 03, 2017
5 usages

EUGene :: EUGene · Efficient Universal Generator.

<dependency>
    <groupId>io.ultreia.java4all.eugene</groupId>
    <artifactId>eugene</artifactId>
    <version>3.0-alpha-15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ultreia.java4all.eugene : eugene to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0-alpha-15
  • Latest Alpha: 3.0-alpha-15

All Versions

Choose a version of io.ultreia.java4all.eugene : eugene to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
eugene-3.0-alpha-15
eugene-3.0-alpha-14
eugene-3.0-alpha-13
eugene-3.0-alpha-12
eugene-3.0-alpha-11

How to add a dependency to Maven

Add the following io.ultreia.java4all.eugene : eugene maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.ultreia.java4all.eugene</groupId>
    <artifactId>eugene</artifactId>
    <version>3.0-alpha-15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ultreia.java4all.eugene : eugene gradle dependency to your build.gradle file:

implementation 'io.ultreia.java4all.eugene:eugene:3.0-alpha-15'

Gradle Kotlin DSL: Add the following io.ultreia.java4all.eugene : eugene gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ultreia.java4all.eugene:eugene:3.0-alpha-15")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ultreia.java4all.eugene : eugene sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ultreia.java4all.eugene" % "eugene" % "3.0-alpha-15"