MVN

io.github.effiban : scala2java-core_2.13

Maven & Gradle

Jul 31, 2023
6 stars

Scala2Java · Tool for translating Scala source files into Java

<dependency>
    <groupId>io.github.effiban</groupId>
    <artifactId>scala2java-core_2.13</artifactId>
    <version>8.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.effiban : scala2java-core_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.1
  • Latest Beta: 2.0.0-beta
  • Latest Alpha: 2.0.0-alpha

All Versions

Choose a version of io.github.effiban : scala2java-core_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
scala2java-core_2.13-8.0.1
scala2java-core_2.13-8.0.0
7.0.x
scala2java-core_2.13-7.0.0
6.3.x
scala2java-core_2.13-6.3.0
6.2.x
scala2java-core_2.13-6.2.0
6.1.x
scala2java-core_2.13-6.1.0
6.0.x
scala2java-core_2.13-6.0.0
5.1.x
scala2java-core_2.13-5.1.0
5.0.x
scala2java-core_2.13-5.0.1
scala2java-core_2.13-5.0.0
4.0.x
scala2java-core_2.13-4.0.0
3.2.x
scala2java-core_2.13-3.2.0
3.1.x
scala2java-core_2.13-3.1.0
3.0.x
scala2java-core_2.13-3.0.1
scala2java-core_2.13-3.0.0
2.1.x
scala2java-core_2.13-2.1.0
2.0.x
scala2java-core_2.13-2.0.2
scala2java-core_2.13-2.0.1
scala2java-core_2.13-2.0.0
scala2java-core_2.13-2.0.0-beta
scala2java-core_2.13-2.0.0-alpha

How to add a dependency to Maven

Add the following io.github.effiban : scala2java-core_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.effiban</groupId>
    <artifactId>scala2java-core_2.13</artifactId>
    <version>8.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.effiban : scala2java-core_2.13 gradle dependency to your build.gradle file:

implementation 'io.github.effiban:scala2java-core_2.13:8.0.1'

Gradle Kotlin DSL: Add the following io.github.effiban : scala2java-core_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.effiban:scala2java-core_2.13:8.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.effiban : scala2java-core_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.effiban" % "scala2java-core_2.13" % "8.0.1"

Advertisement