| GroupId | GroupIdcom.msiops.ground |
|---|---|
| ArtifactId | ArtifactIdground-either |
| Version | Version0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ground-either-0.4.pom | |
| ground-either-0.4.jar | 6 KB |
| ground-either-0.4-sources.jar | 5 KB |
| ground-either-0.4-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.msiops.ground/ground-either/ -->
<dependency>
<groupId>com.msiops.ground</groupId>
<artifactId>ground-either</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.msiops.ground/ground-either/
implementation 'com.msiops.ground:ground-either:0.4'
// https://jarcasting.com/artifacts/com.msiops.ground/ground-either/
implementation ("com.msiops.ground:ground-either:0.4")
'com.msiops.ground:ground-either:jar:0.4'
<dependency org="com.msiops.ground" name="ground-either" rev="0.4">
<artifact name="ground-either" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.msiops.ground', module='ground-either', version='0.4')
)
libraryDependencies += "com.msiops.ground" % "ground-either" % "0.4"
[com.msiops.ground/ground-either "0.4"]