MVN

tl.lin : lintools-datatypes

Maven & Gradle

Jun 13, 2018
5 usages
21 stars

lintools-datatypes · Lintools (core datatypes)

<dependency>
    <groupId>tl.lin</groupId>
    <artifactId>lintools-datatypes</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tl.lin : lintools-datatypes to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of tl.lin : lintools-datatypes to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
lintools-datatypes-1.1.1
lintools-datatypes-1.1.0
1.0.x
lintools-datatypes-1.0.0
0.9.x
lintools-datatypes-0.9.3
lintools-datatypes-0.9.2
lintools-datatypes-0.9.1
lintools-datatypes-0.9.0

How to add a dependency to Maven

Add the following tl.lin : lintools-datatypes maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tl.lin</groupId>
    <artifactId>lintools-datatypes</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tl.lin : lintools-datatypes gradle dependency to your build.gradle file:

implementation 'tl.lin:lintools-datatypes:1.1.1'

Gradle Kotlin DSL: Add the following tl.lin : lintools-datatypes gradle kotlin dependency to your build.gradle.kts file:

implementation("tl.lin:lintools-datatypes:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tl.lin : lintools-datatypes sbt scala dependency to your build.sbt file:

libraryDependencies += "tl.lin" % "lintools-datatypes" % "1.1.1"

Advertisement