litter


Лицензия

Лицензия

Группа

Группа

com.armanbilge
Идентификатор

Идентификатор

litter_3
Последняя версия

Последняя версия

0.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

litter
litter
Ссылка на сайт

Ссылка на сайт

https://github.com/armanbilge/litter
Организация-разработчик

Организация-разработчик

Arman Bilge
Система контроля версий

Система контроля версий

https://github.com/armanbilge/litter

Скачать litter_3

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.armanbilge/litter_3/ -->
<dependency>
    <groupId>com.armanbilge</groupId>
    <artifactId>litter_3</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.armanbilge/litter_3/
implementation 'com.armanbilge:litter_3:0.1.1'
// https://jarcasting.com/artifacts/com.armanbilge/litter_3/
implementation ("com.armanbilge:litter_3:0.1.1")
'com.armanbilge:litter_3:jar:0.1.1'
<dependency org="com.armanbilge" name="litter_3" rev="0.1.1">
  <artifact name="litter_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.armanbilge', module='litter_3', version='0.1.1')
)
libraryDependencies += "com.armanbilge" % "litter_3" % "0.1.1"
[com.armanbilge/litter_3 "0.1.1"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala3-library_3 jar 3.0.0
org.typelevel : cats-kernel_3 jar 2.6.1

Модули Проекта

Данный проект не имеет модулей.

litter

Latest version

A microlibrary to incubate a ZeroSemigroup type class and friends for Cats. They designate an absorbing element a such that combine(x, a) == combine(a, x) == a for all x.

The complete list of type classes introduced is:

  • ZeroSemigroup and CommutativeZeroSemigroup
  • ZeroMonoid and CommutativeZeroMonoid
  • ZeroGroup and CommutativeZeroGroup
  • ZeroBand
  • ZeroSemilattice
  • BoundedZeroSemilattice

Usage

libraryDependencies += "com.armanbilge" %% "litter" % "0.1.1"
libraryDependencies += "com.armanbilge" %% "litter-laws" % "0.1.1" % Test

Версии библиотеки

Версия
0.1.1