| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtech.codingzen |
| Идентификатор | Идентификаторeither |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Описание |
Описаниеtech.codingzen:either
library containing an implementation of an Either type
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| either-2.0.0.pom | |
| either-2.0.0.jar | 42 KB |
| either-2.0.0-sources.jar | 7 KB |
| either-2.0.0-javadoc.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/tech.codingzen/either/ -->
<dependency>
<groupId>tech.codingzen</groupId>
<artifactId>either</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.codingzen/either/
implementation 'tech.codingzen:either:2.0.0'
// https://jarcasting.com/artifacts/tech.codingzen/either/
implementation ("tech.codingzen:either:2.0.0")
'tech.codingzen:either:jar:2.0.0'
<dependency org="tech.codingzen" name="either" rev="2.0.0">
<artifact name="either" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.codingzen', module='either', version='2.0.0')
)
libraryDependencies += "tech.codingzen" % "either" % "2.0.0"
[tech.codingzen/either "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 |
| tech.codingzen : ktuple | jar | 1.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.willowtreeapps.assertk : assertk-jvm | jar | 0.23.1 |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.4.32 |
| junit : junit | jar | 4.12 |