| GroupId | GroupIdcom.msiops.ground |
|---|---|
| ArtifactId | ArtifactIdground-either |
| Version | VersionRELEASE-0.6 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.msiops.ground/ground-either/ -->
<dependency>
<groupId>com.msiops.ground</groupId>
<artifactId>ground-either</artifactId>
<version>RELEASE-0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.msiops.ground/ground-either/
implementation 'com.msiops.ground:ground-either:RELEASE-0.6'
// https://jarcasting.com/artifacts/com.msiops.ground/ground-either/
implementation ("com.msiops.ground:ground-either:RELEASE-0.6")
'com.msiops.ground:ground-either:jar:RELEASE-0.6'
<dependency org="com.msiops.ground" name="ground-either" rev="RELEASE-0.6">
<artifact name="ground-either" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.msiops.ground', module='ground-either', version='RELEASE-0.6')
)
libraryDependencies += "com.msiops.ground" % "ground-either" % "RELEASE-0.6"
[com.msiops.ground/ground-either "RELEASE-0.6"]