| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.steinf |
| Идентификатор | Идентификаторeither |
| Версия | Версия1.0.3 |
| Тип | Типjar |
| Описание |
ОписаниеEither
An Either data type for java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| either-1.0.3.pom | |
| either-1.0.3.jar | 4 KB |
| either-1.0.3-sources.jar | 2 KB |
| either-1.0.3-javadoc.jar | 29 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.steinf/either/ -->
<dependency>
<groupId>com.steinf</groupId>
<artifactId>either</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.steinf/either/
implementation 'com.steinf:either:1.0.3'
// https://jarcasting.com/artifacts/com.steinf/either/
implementation ("com.steinf:either:1.0.3")
'com.steinf:either:jar:1.0.3'
<dependency org="com.steinf" name="either" rev="1.0.3">
<artifact name="either" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.steinf', module='either', version='1.0.3')
)
libraryDependencies += "com.steinf" % "either" % "1.0.3"
[com.steinf/either "1.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.8.0 |