MVN

com.zerotoheroes : hs-draft-odds

Maven & Gradle

Nov 11, 2016

Small program to calculate the odds of being offered a given card after having done N picks

<dependency>
    <groupId>com.zerotoheroes</groupId>
    <artifactId>hs-draft-odds</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zerotoheroes : hs-draft-odds to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.zerotoheroes : hs-draft-odds to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hs-draft-odds-1.0.2
hs-draft-odds-1.0.1
hs-draft-odds-1.0.0

How to add a dependency to Maven

Add the following com.zerotoheroes : hs-draft-odds maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zerotoheroes</groupId>
    <artifactId>hs-draft-odds</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zerotoheroes : hs-draft-odds gradle dependency to your build.gradle file:

implementation 'com.zerotoheroes:hs-draft-odds:1.0.2'

Gradle Kotlin DSL: Add the following com.zerotoheroes : hs-draft-odds gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zerotoheroes:hs-draft-odds:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zerotoheroes : hs-draft-odds sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zerotoheroes" % "hs-draft-odds" % "1.0.2"

Advertisement