MVN

com.github.scalapi : scalapi-jdk

Maven & Gradle

Nov 28, 2013
12 usages

scalapi · Scala friendly API for Java libraries

<dependency>
    <groupId>com.github.scalapi</groupId>
    <artifactId>scalapi-jdk</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.scalapi : scalapi-jdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of com.github.scalapi : scalapi-jdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
scalapi-jdk-0.7
0.6
scalapi-jdk-0.6
0.5
scalapi-jdk-0.5
0.4
scalapi-jdk-0.4
0.3
scalapi-jdk-0.3
0.2
scalapi-jdk-0.2
0.1
scalapi-jdk-0.1
0.0.x
scalapi-jdk-0.0.0

How to add a dependency to Maven

Add the following com.github.scalapi : scalapi-jdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.scalapi</groupId>
    <artifactId>scalapi-jdk</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.scalapi : scalapi-jdk gradle dependency to your build.gradle file:

implementation 'com.github.scalapi:scalapi-jdk:0.7'

Gradle Kotlin DSL: Add the following com.github.scalapi : scalapi-jdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.scalapi:scalapi-jdk:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.scalapi : scalapi-jdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.scalapi" % "scalapi-jdk" % "0.7"

Advertisement