| License |
License |
|---|---|
| GroupId | GroupIdio.github.skenvy |
| ArtifactId | ArtifactIdcollatz |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCollatz
Functions related to the Collatz/Syracuse/3N+1 problem.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| collatz-0.1.0.pom | |
| collatz-0.1.0.jar | 3 KB |
| collatz-0.1.0-sources.jar | 3 KB |
| collatz-0.1.0-javadoc.jar | 389 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |