MVN

com.iamsoft : iamsoft-utils

Maven & Gradle

May 12, 2023

com.iamsoft:iamsoft-utils · Java utility classes

<dependency>
    <groupId>com.iamsoft</groupId>
    <artifactId>iamsoft-utils</artifactId>
    <version>17.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iamsoft : iamsoft-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.0.2

All Versions

Choose a version of com.iamsoft : iamsoft-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.0.x
iamsoft-utils-17.0.2
iamsoft-utils-17.0.1
iamsoft-utils-17.0.0
11.0.x
iamsoft-utils-11.0.1
iamsoft-utils-11.0.0
8.0.x
iamsoft-utils-8.0.1
iamsoft-utils-8.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.iamsoft</groupId>
    <artifactId>iamsoft-utils</artifactId>
    <version>17.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.iamsoft : iamsoft-utils gradle dependency to your build.gradle file:

implementation 'com.iamsoft:iamsoft-utils:17.0.2'

Gradle Kotlin DSL: Add the following com.iamsoft : iamsoft-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.iamsoft:iamsoft-utils:17.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.iamsoft : iamsoft-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.iamsoft" % "iamsoft-utils" % "17.0.2"

Advertisement