cyclophone

Permutations and stuff

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

cyclophone
Permutations and stuff
Ссылка на сайт

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

https://github.com/h908714124/cyclophone
Система контроля версий

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

https://github.com/h908714124/cyclophone

Скачать cyclophone

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.github.h908714124 : jbock-annotations jar 2.2

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.5.0-M1

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

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

Cyclophone

Maven Central

import static com.github.cyclophone.Permutation.cycle;

cycle(1, 3).compose(cycle(2, 4)).compose(cycle(1, 2))
// (1 4 2 3)

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

Версия
0.1.3
0.1.2
0.1.1
0.1