MVN

io.github.teuton-software : jteuton

Maven & Gradle

Oct 22, 2021
0 stars

jteuton · All-in-one Java wrapper for teuton Rubygem (using JRuby)

<dependency>
    <groupId>io.github.teuton-software</groupId>
    <artifactId>jteuton</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.teuton-software : jteuton to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of io.github.teuton-software : jteuton to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jteuton-2.2.0
2.1.x
jteuton-2.1.11

How to add a dependency to Maven

Add the following io.github.teuton-software : jteuton maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.teuton-software</groupId>
    <artifactId>jteuton</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.teuton-software : jteuton gradle dependency to your build.gradle file:

implementation 'io.github.teuton-software:jteuton:2.2.0'

Gradle Kotlin DSL: Add the following io.github.teuton-software : jteuton gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.teuton-software:jteuton:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.teuton-software : jteuton sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.teuton-software" % "jteuton" % "2.2.0"

Advertisement