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-2.0.1.jar 下载
scala2java-core_2.13-2.0.1.pom 下载
scala2java-core_2.13-2.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.effiban</groupId>
  <artifactId>scala2java-core_2.13</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.effiban:scala2java-core_2.13:2.0.1'
Gradle Kotlin
implementation("io.github.effiban:scala2java-core_2.13:2.0.1")
Scala SBT
libraryDependencies += "io.github.effiban" % "scala2java-core_2.13" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.effiban', module='scala2java-core_2.13', version='2.0.1')
)
Apache Ivy
<dependency org="io.github.effiban" name="scala2java-core_2.13" rev="2.0.1" />
Leiningen
[io.github.effiban/scala2java-core_2.13 "2.0.1"]
Apache Buildr
'io.github.effiban:scala2java-core_2.13:jar:2.0.1'