MVN

com.groupbyinc : common-utils

Maven & Gradle

Aug 27, 2015
6 usages

GroupBy - Common - Utils · ${project.name}

<dependency>
    <groupId>com.groupbyinc</groupId>
    <artifactId>common-utils</artifactId>
    <version>29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 29

All Versions

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

Version Vulnerabilities Updated
29
common-utils-29
28
common-utils-28
27
common-utils-27
26
common-utils-26
25
common-utils-25
24
common-utils-24
23
common-utils-23
22
common-utils-22
21
common-utils-21
20
common-utils-20
19
common-utils-19

How to add a dependency to Maven

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

<dependency>
    <groupId>com.groupbyinc</groupId>
    <artifactId>common-utils</artifactId>
    <version>29</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.groupbyinc:common-utils:29'

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

implementation("com.groupbyinc:common-utils:29")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.groupbyinc" % "common-utils" % "29"

Advertisement