MVN

org.dihedron.commons : base

Maven & Gradle

May 01, 2014
3 usages

a. Base Utility Classes · Base set of functionalities of the common utilities library.

<dependency>
    <groupId>org.dihedron.commons</groupId>
    <artifactId>base</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2.0

All Versions

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

Version Vulnerabilities Updated
0.2.x
base-0.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.dihedron.commons</groupId>
    <artifactId>base</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dihedron.commons : base gradle dependency to your build.gradle file:

implementation 'org.dihedron.commons:base:0.2.0'

Gradle Kotlin DSL: Add the following org.dihedron.commons : base gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dihedron.commons:base:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dihedron.commons : base sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dihedron.commons" % "base" % "0.2.0"

Advertisement