MVN

org.bitbucket.pshirshov.sbt : idl_2.10

Maven & Gradle

Sep 15, 2017
1 usages

idl · idl

<dependency>
    <groupId>org.bitbucket.pshirshov.sbt</groupId>
    <artifactId>idl_2.10</artifactId>
    <version>1.3.39</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.pshirshov.sbt : idl_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.39

All Versions

Choose a version of org.bitbucket.pshirshov.sbt : idl_2.10 to add to Maven or Gradle - All Versions:

  • Version Updated
  • idl_2.10-1.3.39

    Sep 15, 2017
  • idl_2.10-1.3.38

    Mar 11, 2017
  • idl_2.10-1.3.37

    Feb 10, 2017
  • idl_2.10-1.3.36

    Feb 10, 2017
  • idl_2.10-1.3.34

    Feb 10, 2017
  • idl_2.10-1.3.33

    Feb 09, 2017
  • idl_2.10-1.3.32

    Feb 09, 2017
  • idl_2.10-1.3.31

    Feb 09, 2017
  • idl_2.10-1.3.20

    Feb 04, 2017
  • idl_2.10-1.3.19

    Feb 02, 2017
  • idl_2.10-1.3.18

    Jan 26, 2017
  • idl_2.10-1.3.17

    Jan 25, 2017
  • idl_2.10-1.3.15

    Jan 10, 2017
  • idl_2.10-1.3.14

    Jan 10, 2017
  • idl_2.10-1.3.12

    Jan 10, 2017
  • idl_2.10-1.3.11

    Nov 24, 2016
  • idl_2.10-1.3.10

    Nov 18, 2016
  • idl_2.10-1.3.9

    Nov 18, 2016
  • idl_2.10-1.3.8

    Nov 13, 2016
  • idl_2.10-1.3.7

    Nov 13, 2016
  • idl_2.10-1.3.6

    Nov 13, 2016
  • idl_2.10-1.3.5

    Nov 13, 2016
  • idl_2.10-1.3.4

    Nov 12, 2016
  • idl_2.10-1.3.3

    Nov 11, 2016
  • idl_2.10-1.3.2

    Nov 09, 2016
  • idl_2.10-1.3.1

    Nov 08, 2016
  • idl_2.10-1.2.4

    Mar 23, 2016
  • idl_2.10-1.2.3

    Mar 16, 2016
  • idl_2.10-1.2.2

    Mar 16, 2016
  • idl_2.10-1.2.1

    Mar 16, 2016
  • idl_2.10-1.1.7

    Mar 11, 2016
  • idl_2.10-1.1.6

    Mar 11, 2016
  • idl_2.10-1.1.5

    Mar 10, 2016
  • idl_2.10-1.1.4

    Mar 10, 2016
  • idl_2.10-1.1.3

    Mar 10, 2016
  • idl_2.10-1.1.2

    Mar 10, 2016
  • idl_2.10-1.1.1

    Mar 10, 2016
  • idl_2.10-1.1

    Mar 10, 2016
  • idl_2.10-1.0

    Mar 10, 2016

How to add a dependency to Maven

Add the following org.bitbucket.pshirshov.sbt : idl_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.pshirshov.sbt</groupId>
    <artifactId>idl_2.10</artifactId>
    <version>1.3.39</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.pshirshov.sbt : idl_2.10 gradle dependency to your build.gradle file:

implementation 'org.bitbucket.pshirshov.sbt:idl_2.10:1.3.39'

Gradle Kotlin DSL: Add the following org.bitbucket.pshirshov.sbt : idl_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.pshirshov.sbt:idl_2.10:1.3.39")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.pshirshov.sbt : idl_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.pshirshov.sbt" % "idl_2.10" % "1.3.39"