s

scala2java-core_2.13

Tool for translating Scala source files into Java
https://github.com/effiban/scala2java
The Apache License, Version 2.0
Effi Ban
文件下载
文件名 操作
scala2java-core_2.13-3.1.0.jar 下载
scala2java-core_2.13-3.1.0.pom 下载
scala2java-core_2.13-3.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.effiban</groupId>
  <artifactId>scala2java-core_2.13</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.effiban:scala2java-core_2.13:3.1.0'
Gradle Kotlin
implementation("io.github.effiban:scala2java-core_2.13:3.1.0")
Scala SBT
libraryDependencies += "io.github.effiban" % "scala2java-core_2.13" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.effiban', module='scala2java-core_2.13', version='3.1.0')
)
Apache Ivy
<dependency org="io.github.effiban" name="scala2java-core_2.13" rev="3.1.0" />
Leiningen
[io.github.effiban/scala2java-core_2.13 "3.1.0"]
Apache Buildr
'io.github.effiban:scala2java-core_2.13:jar:3.1.0'