MVN

com.msiops.ground : ground-either

Maven & Gradle

Nov 09, 2014
1 usages

GROUND :: Either · A value that can be either of two types

<dependency>
    <groupId>com.msiops.ground</groupId>
    <artifactId>ground-either</artifactId>
    <version>0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.msiops.ground : ground-either to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11

All Versions

Choose a version of com.msiops.ground : ground-either to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11
ground-either-0.11
0.10
ground-either-0.10
0.9
ground-either-0.9
0.8
ground-either-0.8
0.7
ground-either-0.7
0.5
ground-either-0.5
0.4
ground-either-0.4
RELEASE
ground-either-RELEASE-0.6

How to add a dependency to Maven

Add the following com.msiops.ground : ground-either maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.msiops.ground</groupId>
    <artifactId>ground-either</artifactId>
    <version>0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.msiops.ground : ground-either gradle dependency to your build.gradle file:

implementation 'com.msiops.ground:ground-either:0.11'

Gradle Kotlin DSL: Add the following com.msiops.ground : ground-either gradle kotlin dependency to your build.gradle.kts file:

implementation("com.msiops.ground:ground-either:0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.msiops.ground : ground-either sbt scala dependency to your build.sbt file:

libraryDependencies += "com.msiops.ground" % "ground-either" % "0.11"

Advertisement