p

primal-parent

A few libraries for doing things with lots of prime numbers in small files
https://github.com/timboudreau/primal
MIT
Tim Boudreau
Files download
File Operation
primal-parent-1.0.pom download
Apache Maven
<dependency>
  <groupId>com.mastfrog</groupId>
  <artifactId>primal-parent</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.mastfrog:primal-parent:1.0'
Gradle Kotlin
implementation("com.mastfrog:primal-parent:1.0")
Scala SBT
libraryDependencies += "com.mastfrog" % "primal-parent" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.mastfrog', module='primal-parent', version='1.0')
)
Apache Ivy
<dependency org="com.mastfrog" name="primal-parent" rev="1.0" />
Leiningen
[com.mastfrog/primal-parent "1.0"]
Apache Buildr
'com.mastfrog:primal-parent:jar:1.0'