is not current version
Last Version 0.11

com.msiops.ground:ground-either 0.8

A value that can be either of two types

GroupId

GroupId

com.msiops.ground
ArtifactId

ArtifactId

ground-either
Version

Version

0.8
Type

Type

jar

Download ground-either 0.8


<!-- https://jarcasting.com/artifacts/com.msiops.ground/ground-either/ -->
<dependency>
    <groupId>com.msiops.ground</groupId>
    <artifactId>ground-either</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.msiops.ground/ground-either/
implementation 'com.msiops.ground:ground-either:0.8'
// https://jarcasting.com/artifacts/com.msiops.ground/ground-either/
implementation ("com.msiops.ground:ground-either:0.8")
'com.msiops.ground:ground-either:jar:0.8'
<dependency org="com.msiops.ground" name="ground-either" rev="0.8">
  <artifact name="ground-either" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.msiops.ground', module='ground-either', version='0.8')
)
libraryDependencies += "com.msiops.ground" % "ground-either" % "0.8"
[com.msiops.ground/ground-either "0.8"]