Cyclophone
import static com.github.cyclophone.Permutation.cycle;
cycle(1, 3).compose(cycle(2, 4)).compose(cycle(1, 2))
// (1 4 2 3)
License |
License |
---|---|
GroupId | GroupIdcom.github.h908714124 |
ArtifactId | ArtifactIdcyclophone |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncyclophone
Permutations and stuff
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cyclophone-0.1.3.pom | |
cyclophone-0.1.3.jar | 34 KB |
cyclophone-0.1.3-sources.jar | 22 KB |
cyclophone-0.1.3-javadoc.jar | 392 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.github.h908714124 : jbock-annotations | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.5.0-M1 |
import static com.github.cyclophone.Permutation.cycle;
cycle(1, 3).compose(cycle(2, 4)).compose(cycle(1, 2))
// (1 4 2 3)