MVN

se.eris : jtype

Maven & Gradle

Dec 07, 2016
0 stars

JType · Library to help creating type objects, by minimize boilerplate code, and helping with io.

<dependency>
    <groupId>se.eris</groupId>
    <artifactId>jtype</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.eris : jtype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of se.eris : jtype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
jtype-0.4.1
0.4
jtype-0.4
0.3
jtype-0.3

How to add a dependency to Maven

Add the following se.eris : jtype maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.eris</groupId>
    <artifactId>jtype</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.eris : jtype gradle dependency to your build.gradle file:

implementation 'se.eris:jtype:0.4.1'

Gradle Kotlin DSL: Add the following se.eris : jtype gradle kotlin dependency to your build.gradle.kts file:

implementation("se.eris:jtype:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.eris : jtype sbt scala dependency to your build.sbt file:

libraryDependencies += "se.eris" % "jtype" % "0.4.1"

Advertisement