MVN

io.github.pityka : saddle-spire-prng_sjs1_3

Maven & Gradle

Jul 05, 2023
37 stars

saddle-spire-prng · saddle-spire-prng

<dependency>
    <groupId>io.github.pityka</groupId>
    <artifactId>saddle-spire-prng_sjs1_3</artifactId>
    <version>4.0.0-M6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.pityka : saddle-spire-prng_sjs1_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-M6

All Versions

Choose a version of io.github.pityka : saddle-spire-prng_sjs1_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
saddle-spire-prng_sjs1_3-4.0.0-M6
saddle-spire-prng_sjs1_3-4.0.0-M5
saddle-spire-prng_sjs1_3-4.0.0-M4
saddle-spire-prng_sjs1_3-4.0.0-M3
saddle-spire-prng_sjs1_3-4.0.0-M2
saddle-spire-prng_sjs1_3-4.0.0-M1
3.5.x
saddle-spire-prng_sjs1_3-3.5.0
3.4.x
saddle-spire-prng_sjs1_3-3.4.0

How to add a dependency to Maven

Add the following io.github.pityka : saddle-spire-prng_sjs1_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.pityka</groupId>
    <artifactId>saddle-spire-prng_sjs1_3</artifactId>
    <version>4.0.0-M6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.pityka : saddle-spire-prng_sjs1_3 gradle dependency to your build.gradle file:

implementation 'io.github.pityka:saddle-spire-prng_sjs1_3:4.0.0-M6'

Gradle Kotlin DSL: Add the following io.github.pityka : saddle-spire-prng_sjs1_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.pityka:saddle-spire-prng_sjs1_3:4.0.0-M6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.pityka : saddle-spire-prng_sjs1_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.pityka" % "saddle-spire-prng_sjs1_3" % "4.0.0-M6"