MVN

de.linusdev : lutils

Maven & Gradle

Jul 29, 2023
0 stars

LUtils · Utils Library

<dependency>
    <groupId>de.linusdev</groupId>
    <artifactId>lutils</artifactId>
    <version>1.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.linusdev : lutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.13

All Versions

Choose a version of de.linusdev : lutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
lutils-1.0.13
lutils-1.0.12
lutils-1.0.11
lutils-1.0.10
lutils-1.0.9
lutils-1.0.8
lutils-1.0.7
lutils-1.0.6
lutils-1.0.5
lutils-1.0.4
lutils-1.0.3
lutils-1.0.2
lutils-1.0.1
lutils-1.0.0

How to add a dependency to Maven

Add the following de.linusdev : lutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.linusdev</groupId>
    <artifactId>lutils</artifactId>
    <version>1.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.linusdev : lutils gradle dependency to your build.gradle file:

implementation 'de.linusdev:lutils:1.0.13'

Gradle Kotlin DSL: Add the following de.linusdev : lutils gradle kotlin dependency to your build.gradle.kts file:

implementation("de.linusdev:lutils:1.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.linusdev : lutils sbt scala dependency to your build.sbt file:

libraryDependencies += "de.linusdev" % "lutils" % "1.0.13"