MVN

com.zaubersoftware.commons : commons-base

Maven & Gradle

Feb 20, 2019
15 usages
4 stars

Zauber::Commons::Base

<dependency>
    <groupId>com.zaubersoftware.commons</groupId>
    <artifactId>commons-base</artifactId>
    <version>3.55</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.55

All Versions

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

Version Vulnerabilities Updated
3.55
commons-base-3.55
3.54
commons-base-3.54
3.53
commons-base-3.53
3.52
commons-base-3.52
3.51
commons-base-3.51
3.50
commons-base-3.50
3.49
commons-base-3.49

How to add a dependency to Maven

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

<dependency>
    <groupId>com.zaubersoftware.commons</groupId>
    <artifactId>commons-base</artifactId>
    <version>3.55</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.zaubersoftware.commons:commons-base:3.55'

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

implementation("com.zaubersoftware.commons:commons-base:3.55")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.zaubersoftware.commons" % "commons-base" % "3.55"

Advertisement