cyclophone

Permutations and stuff

License

License

GroupId

GroupId

com.github.h908714124
ArtifactId

ArtifactId

cyclophone
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

cyclophone
Permutations and stuff
Project URL

Project URL

https://github.com/h908714124/cyclophone
Source Code Management

Source Code Management

https://github.com/h908714124/cyclophone

Download cyclophone

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.h908714124 : jbock-annotations jar 2.2

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.0-M1

Project Modules

There are no modules declared in this project.

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)

Versions

Version
0.1.3
0.1.2
0.1.1
0.1