j

jnumbertools

JNumberTools is the combinatorics and number-theory library which provides useful APIS related to said topics
https://github.com/deepeshpatel/jnumbertools
GNU LESSER GENERAL PUBLIC LICENSE v3
Deepesh Patel
Files download
File Operation
jnumbertools-1.0.5.jar download
jnumbertools-1.0.5.pom download
jnumbertools-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.deepeshpatel</groupId>
  <artifactId>jnumbertools</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.deepeshpatel:jnumbertools:1.0.5'
Gradle Kotlin
implementation("io.github.deepeshpatel:jnumbertools:1.0.5")
Scala SBT
libraryDependencies += "io.github.deepeshpatel" % "jnumbertools" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.deepeshpatel', module='jnumbertools', version='1.0.5')
)
Apache Ivy
<dependency org="io.github.deepeshpatel" name="jnumbertools" rev="1.0.5" />
Leiningen
[io.github.deepeshpatel/jnumbertools "1.0.5"]
Apache Buildr
'io.github.deepeshpatel:jnumbertools:jar:1.0.5'
Dependencies