MVN

org.bitbucket.pshirshov.sbt : idl_2.11

Maven & Gradle

Sep 15, 2017

idl · idl

<dependency>
    <groupId>org.bitbucket.pshirshov.sbt</groupId>
    <artifactId>idl_2.11</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.11 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.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
idl_2.11-1.3.39
idl_2.11-1.3.38
idl_2.11-1.3.37
idl_2.11-1.3.36
idl_2.11-1.3.34
idl_2.11-1.3.33
idl_2.11-1.3.32
idl_2.11-1.3.31
idl_2.11-1.3.20
idl_2.11-1.3.19
idl_2.11-1.3.18
idl_2.11-1.3.17
idl_2.11-1.3.15
idl_2.11-1.3.14
idl_2.11-1.3.12
idl_2.11-1.3.11
idl_2.11-1.3.10
idl_2.11-1.3.9
idl_2.11-1.3.8
idl_2.11-1.3.7
idl_2.11-1.3.6
idl_2.11-1.3.5
idl_2.11-1.3.4
idl_2.11-1.3.3
idl_2.11-1.3.2
idl_2.11-1.3.1
1.2.x
idl_2.11-1.2.4
idl_2.11-1.2.3
idl_2.11-1.2.2
idl_2.11-1.2.1
1.1.x
idl_2.11-1.1.7
idl_2.11-1.1.6
idl_2.11-1.1.5
idl_2.11-1.1.4
idl_2.11-1.1.3
idl_2.11-1.1.2
idl_2.11-1.1.1
1.1
idl_2.11-1.1
1.0
idl_2.11-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bitbucket.pshirshov.sbt</groupId>
    <artifactId>idl_2.11</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.11 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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