Collatz

Functions related to the Collatz/Syracuse/3N+1 problem.

License

License

GroupId

GroupId

io.github.skenvy
ArtifactId

ArtifactId

collatz
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Collatz
Functions related to the Collatz/Syracuse/3N+1 problem.
Project URL

Project URL

https://github.com/Skenvy/Collatz/tree/main/java
Source Code Management

Source Code Management

http://github.com/Skenvy/Collatz/tree/master

Download collatz

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0