MVN

ch.exense.step : commons

Maven & Gradle

Feb 12, 2020
10 usages
12 stars
<dependency>
    <groupId>ch.exense.step</groupId>
    <artifactId>commons</artifactId>
    <version>3.10.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.exense.step : commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.10.3

All Versions

Choose a version of ch.exense.step : commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.10.x
commons-3.10.3
commons-3.10.2
commons-3.10.1
commons-3.10.0
3.9.x
commons-3.9.5
commons-3.9.4
commons-3.9.3
commons-3.9.2
commons-3.9.1
commons-3.9.0
3.8.x
commons-3.8.2
commons-3.8.1
commons-3.8.0
3.7.x
commons-3.7.3
commons-3.7.2
commons-3.7.1
commons-3.7.0
3.6.x
commons-3.6.4
commons-3.6.3
commons-3.6.1

How to add a dependency to Maven

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

<dependency>
    <groupId>ch.exense.step</groupId>
    <artifactId>commons</artifactId>
    <version>3.10.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.exense.step : commons gradle dependency to your build.gradle file:

implementation 'ch.exense.step:commons:3.10.3'

Gradle Kotlin DSL: Add the following ch.exense.step : commons gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.exense.step:commons:3.10.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.exense.step : commons sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.exense.step" % "commons" % "3.10.3"

Advertisement