MVN

me.d-d : scala-compiler

Maven & Gradle

Jan 27, 2017
3 usages
14.2k stars

Scala Compiler · Compiler for the Scala Programming Language

<dependency>
    <groupId>me.d-d</groupId>
    <artifactId>scala-compiler</artifactId>
    <version>2.11.5-20170111-125332-40bdc7b65a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.d-d : scala-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11.5-20170111-125332-40bdc7b65a

All Versions

Choose a version of me.d-d : scala-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
scala-compiler-2.11.5-20170111-125332-40bdc7b65a
scala-compiler-2.11.5-20160322-171045-e19b30b3cd
scala-compiler-2.11.5-20151022-113908-7fb0e653fd
scala-compiler-2.11.5-20150929-163701-ccbac24726
scala-compiler-2.11.5-20150921-144442-fccdcb4615
scala-compiler-2.11.5-20150714-145300-2ad68448c5
scala-compiler-2.11.5-20150713-144145-c4979dbb16
scala-compiler-2.11.5-20150619-173733-3bcd390afa
scala-compiler-2.11.5-20150506-175515-8fc7635b56
scala-compiler-2.11.5-20150506-161852-56fa77a3e6
scala-compiler-2.11.5-20150416-144435-09c4a520e1
scala-compiler-2.11.5-20150402-193021-0c75410da3
scala-compiler-2.11.5-20150216-154453-f58d45491b
scala-compiler-2.11.5-20141212-151631-beaa78b033
scala-compiler-2.11.5-20141201-170015-e7ca5a7c89
scala-compiler-2.11.5.20141127-151222-084cc06425
scala-compiler-2.11.5.v20141127-151222-084cc06425
scala-compiler-2.11.5-20141127-151222-084cc06425
scala-compiler-2.11.5-20141125-005741-180f2c0e84
scala-compiler-2.11.5-20141120-124835-d37adac374

How to add a dependency to Maven

Add the following me.d-d : scala-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.d-d</groupId>
    <artifactId>scala-compiler</artifactId>
    <version>2.11.5-20170111-125332-40bdc7b65a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.d-d : scala-compiler gradle dependency to your build.gradle file:

implementation 'me.d-d:scala-compiler:2.11.5-20170111-125332-40bdc7b65a'

Gradle Kotlin DSL: Add the following me.d-d : scala-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("me.d-d:scala-compiler:2.11.5-20170111-125332-40bdc7b65a")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.d-d : scala-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "me.d-d" % "scala-compiler" % "2.11.5-20170111-125332-40bdc7b65a"

Advertisement