MVN

info.hupel : libisabelle-docs_2.12

Maven & Gradle

Jun 02, 2019
40 stars

docs · docs

<dependency>
    <groupId>info.hupel</groupId>
    <artifactId>libisabelle-docs_2.12</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.hupel : libisabelle-docs_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Release Candidate: 1.1.0-RC3

All Versions

Choose a version of info.hupel : libisabelle-docs_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • libisabelle-docs_2.12-1.1.0-RC3

    Jun 02, 2019
  • libisabelle-docs_2.12-1.1.0-RC2

    Apr 25, 2019
  • libisabelle-docs_2.12-1.1.0-RC1

    Dec 23, 2018
  • libisabelle-docs_2.12-1.0.1

    Oct 02, 2018
  • libisabelle-docs_2.12-1.0.0

    Sep 11, 2018
  • libisabelle-docs_2.12-1.0.0-RC3

    Jul 23, 2018
  • libisabelle-docs_2.12-1.0.0-RC2

    Jun 30, 2018
  • libisabelle-docs_2.12-1.0.0-RC1

    Jun 29, 2018
  • libisabelle-docs_2.12-0.9.3

    Apr 30, 2018
  • libisabelle-docs_2.12-0.9.2

    Oct 15, 2017
  • libisabelle-docs_2.12-0.9.1

    Aug 16, 2017
  • libisabelle-docs_2.12-0.9.0

    Aug 02, 2017
  • libisabelle-docs_2.12-0.8.3

    Jul 10, 2017
  • libisabelle-docs_2.12-0.8.2

    Jul 02, 2017
  • libisabelle-docs_2.12-0.8.1

    Jun 23, 2017
  • libisabelle-docs_2.12-0.8.0

    Mar 09, 2017
  • libisabelle-docs_2.12-0.7.0

    Feb 04, 2017
  • libisabelle-docs_2.12-0.7.0-RC1

    Feb 03, 2017
  • libisabelle-docs_2.12-0.6.6

    Feb 01, 2017
  • libisabelle-docs_2.12-0.6.5

    Jan 24, 2017
  • libisabelle-docs_2.12-0.6.4

    Dec 13, 2016
  • libisabelle-docs_2.12-0.6.3

    Nov 11, 2016
  • libisabelle-docs_2.12-0.6.2

    Nov 09, 2016

How to add a dependency to Maven

Add the following info.hupel : libisabelle-docs_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.hupel</groupId>
    <artifactId>libisabelle-docs_2.12</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.hupel : libisabelle-docs_2.12 gradle dependency to your build.gradle file:

implementation 'info.hupel:libisabelle-docs_2.12:1.0.1'

Gradle Kotlin DSL: Add the following info.hupel : libisabelle-docs_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("info.hupel:libisabelle-docs_2.12:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.hupel : libisabelle-docs_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "info.hupel" % "libisabelle-docs_2.12" % "1.0.1"