MVN

com.expleague : commons

Maven & Gradle

Mar 14, 2019
1 usages
3 stars

SpbSU-ML group java commons · Utilities including math, charsequence based text processing, sequences etc.

<dependency>
    <groupId>com.expleague</groupId>
    <artifactId>commons</artifactId>
    <version>1.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.expleague : commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.9

All Versions

Choose a version of com.expleague : commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
commons-1.4.9
commons-1.4.8
commons-1.4.7
commons-1.4.6
commons-1.4.5
commons-1.4.4
commons-1.4.3
commons-1.4.2
commons-1.4.1
1.4
commons-1.4
1.3
commons-1.3
1.2
commons-1.2
1.1
commons-1.1
1.0
commons-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.expleague</groupId>
    <artifactId>commons</artifactId>
    <version>1.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.expleague : commons gradle dependency to your build.gradle file:

implementation 'com.expleague:commons:1.4.9'

Gradle Kotlin DSL: Add the following com.expleague : commons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.expleague:commons:1.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.expleague : commons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.expleague" % "commons" % "1.4.9"

Advertisement