MVN

com.gitlab.lae.gentext : gentext

Maven & Gradle

Jul 29, 2018

gentext · Toy random text generator.

<dependency>
    <groupId>com.gitlab.lae.gentext</groupId>
    <artifactId>gentext</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.lae.gentext : gentext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.gitlab.lae.gentext : gentext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
gentext-0.0.3

How to add a dependency to Maven

Add the following com.gitlab.lae.gentext : gentext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitlab.lae.gentext</groupId>
    <artifactId>gentext</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.lae.gentext : gentext gradle dependency to your build.gradle file:

implementation 'com.gitlab.lae.gentext:gentext:0.0.3'

Gradle Kotlin DSL: Add the following com.gitlab.lae.gentext : gentext gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.lae.gentext:gentext:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.lae.gentext : gentext sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.lae.gentext" % "gentext" % "0.0.3"

Advertisement