MVN

com.github.romualdrousseau : shuju

Maven & Gradle

Dec 07, 2022
1 usages
1 stars

ShuJu · Framework for Advanced Statistics and Data Sciences

<dependency>
    <groupId>com.github.romualdrousseau</groupId>
    <artifactId>shuju</artifactId>
    <version>1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.romualdrousseau : shuju to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13

All Versions

Choose a version of com.github.romualdrousseau : shuju to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13
shuju-1.13
1.12
shuju-1.12
1.11
shuju-1.11
1.10
shuju-1.10
1.9
shuju-1.9
1.8
shuju-1.8
1.7
shuju-1.7
1.6
shuju-1.6
1.5
shuju-1.5
1.4
shuju-1.4
1.3
shuju-1.3
1.2
shuju-1.2
1.1
shuju-1.1
1.0
shuju-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.romualdrousseau</groupId>
    <artifactId>shuju</artifactId>
    <version>1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.romualdrousseau : shuju gradle dependency to your build.gradle file:

implementation 'com.github.romualdrousseau:shuju:1.13'

Gradle Kotlin DSL: Add the following com.github.romualdrousseau : shuju gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.romualdrousseau:shuju:1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.romualdrousseau : shuju sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.romualdrousseau" % "shuju" % "1.13"

Advertisement