MVN

com.pauljabernathy : Toolbox

Maven & Gradle

Apr 12, 2015
0 stars

Toolbox · A Java library for a variety of utility tasks such as probability distributions and random number generation.

<dependency>
    <groupId>com.pauljabernathy</groupId>
    <artifactId>Toolbox</artifactId>
    <version>1.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pauljabernathy : Toolbox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.2

All Versions

Choose a version of com.pauljabernathy : Toolbox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
Toolbox-1.8.2
Toolbox-1.8.1
1.8
Toolbox-1.8

How to add a dependency to Maven

Add the following com.pauljabernathy : Toolbox maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pauljabernathy</groupId>
    <artifactId>Toolbox</artifactId>
    <version>1.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pauljabernathy : Toolbox gradle dependency to your build.gradle file:

implementation 'com.pauljabernathy:Toolbox:1.8.2'

Gradle Kotlin DSL: Add the following com.pauljabernathy : Toolbox gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pauljabernathy:Toolbox:1.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pauljabernathy : Toolbox sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pauljabernathy" % "Toolbox" % "1.8.2"

Advertisement