| Группа | Группаcom.msiops.ground |
|---|---|
| Идентификатор | Идентификаторground-either |
| Версия | Версия0.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ground-either-0.5.pom | |
| ground-either-0.5.jar | 7 KB |
| ground-either-0.5-sources.jar | 6 KB |
| ground-either-0.5-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.msiops.ground/ground-either/ -->
<dependency>
<groupId>com.msiops.ground</groupId>
<artifactId>ground-either</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.msiops.ground/ground-either/
implementation 'com.msiops.ground:ground-either:0.5'
// https://jarcasting.com/artifacts/com.msiops.ground/ground-either/
implementation ("com.msiops.ground:ground-either:0.5")
'com.msiops.ground:ground-either:jar:0.5'
<dependency org="com.msiops.ground" name="ground-either" rev="0.5">
<artifact name="ground-either" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.msiops.ground', module='ground-either', version='0.5')
)
libraryDependencies += "com.msiops.ground" % "ground-either" % "0.5"
[com.msiops.ground/ground-either "0.5"]