| License |
License |
|---|---|
| GroupId | GroupIdcom.brunomcustodio.math.numbertheory |
| ArtifactId | ArtifactIdnumber-theory |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnumber-theory
Number-theory utilities for Java.
|
| Filename | Size |
|---|---|
| number-theory-1.0.pom | |
| number-theory-1.0.jar | 4 KB |
| number-theory-1.0-sources.jar | 3 KB |
| number-theory-1.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.brunomcustodio.math.numbertheory/number-theory/ -->
<dependency>
<groupId>com.brunomcustodio.math.numbertheory</groupId>
<artifactId>number-theory</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.brunomcustodio.math.numbertheory/number-theory/
implementation 'com.brunomcustodio.math.numbertheory:number-theory:1.0'
// https://jarcasting.com/artifacts/com.brunomcustodio.math.numbertheory/number-theory/
implementation ("com.brunomcustodio.math.numbertheory:number-theory:1.0")
'com.brunomcustodio.math.numbertheory:number-theory:jar:1.0'
<dependency org="com.brunomcustodio.math.numbertheory" name="number-theory" rev="1.0">
<artifact name="number-theory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brunomcustodio.math.numbertheory', module='number-theory', version='1.0')
)
libraryDependencies += "com.brunomcustodio.math.numbertheory" % "number-theory" % "1.0"
[com.brunomcustodio.math.numbertheory/number-theory "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |