s

scalapi-jdk

Scala friendly API for Java libraries
https://github.com/hekonsek/scalapi
The Apache Software License, Version 2.0
Henryk Konsek
Files download
File Operation
scalapi-jdk-0.7.jar download
scalapi-jdk-0.7.pom download
scalapi-jdk-0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.scalapi</groupId>
  <artifactId>scalapi-jdk</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.scalapi:scalapi-jdk:0.7'
Gradle Kotlin
implementation("com.github.scalapi:scalapi-jdk:0.7")
Scala SBT
libraryDependencies += "com.github.scalapi" % "scalapi-jdk" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.scalapi', module='scalapi-jdk', version='0.7')
)
Apache Ivy
<dependency org="com.github.scalapi" name="scalapi-jdk" rev="0.7" />
Leiningen
[com.github.scalapi/scalapi-jdk "0.7"]
Apache Buildr
'com.github.scalapi:scalapi-jdk:jar:0.7'