MVN

org.seppiko.commons : commons-utils

Maven & Gradle

May 10, 2023

Seppiko Commons Utils · Seppiko Commons Utils is a restrained and streamlined toolkit.

<dependency>
    <groupId>org.seppiko.commons</groupId>
    <artifactId>commons-utils</artifactId>
    <version>2.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.seppiko.commons : commons-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0

All Versions

Choose a version of org.seppiko.commons : commons-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
commons-utils-2.9.0
2.8.x
commons-utils-2.8.0
2.7.x
commons-utils-2.7.1
commons-utils-2.7.0
2.6.x
commons-utils-2.6.1
commons-utils-2.6.0
2.5.x
commons-utils-2.5.0
2.4.x
commons-utils-2.4.0
2.3.x
commons-utils-2.3.0
2.2.x
commons-utils-2.2.1
commons-utils-2.2.0
2.1.x
commons-utils-2.1.0
2.0.x
commons-utils-2.0.0
1.6.x
commons-utils-1.6.1.RELEASE
commons-utils-1.6.0.RELEASE
1.5.x
commons-utils-1.5.0.RELEASE
1.4.x
commons-utils-1.4.0.RELEASE
1.3.x
commons-utils-1.3.0.RELEASE
1.2.x
commons-utils-1.2.0.RELEASE
1.1.x
commons-utils-1.1.0.RELEASE
1.0.x
commons-utils-1.0.5.RELEASE
commons-utils-1.0.4.RELEASE
commons-utils-1.0.3.RELEASE
commons-utils-1.0.2.RELEASE

How to add a dependency to Maven

Add the following org.seppiko.commons : commons-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.seppiko.commons</groupId>
    <artifactId>commons-utils</artifactId>
    <version>2.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.seppiko.commons : commons-utils gradle dependency to your build.gradle file:

implementation 'org.seppiko.commons:commons-utils:2.9.0'

Gradle Kotlin DSL: Add the following org.seppiko.commons : commons-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.seppiko.commons:commons-utils:2.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.seppiko.commons : commons-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.seppiko.commons" % "commons-utils" % "2.9.0"

Advertisement