MVN

dev.scalapy : scalapy-core_2.12

Maven & Gradle

Nov 22, 2022
535 stars

scalapy-core · scalapy-core

<dependency>
    <groupId>dev.scalapy</groupId>
    <artifactId>scalapy-core_2.12</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.scalapy : scalapy-core_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of dev.scalapy : scalapy-core_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
scalapy-core_2.12-0.5.3
scalapy-core_2.12-0.5.2+16-0a75abf3
scalapy-core_2.12-0.5.2+15-e978efc4
scalapy-core_2.12-0.5.2+14-bf19a1fa
scalapy-core_2.12-0.5.2+13-d9f56552
scalapy-core_2.12-0.5.2+12-f7b6fbcb
scalapy-core_2.12-0.5.2+11-95ddf2f1
scalapy-core_2.12-0.5.2+10-28bc07d0
scalapy-core_2.12-0.5.2+9-623f0807

How to add a dependency to Maven

Add the following dev.scalapy : scalapy-core_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.scalapy</groupId>
    <artifactId>scalapy-core_2.12</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.scalapy : scalapy-core_2.12 gradle dependency to your build.gradle file:

implementation 'dev.scalapy:scalapy-core_2.12:0.5.3'

Gradle Kotlin DSL: Add the following dev.scalapy : scalapy-core_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.scalapy:scalapy-core_2.12:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.scalapy : scalapy-core_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.scalapy" % "scalapy-core_2.12" % "0.5.3"

Advertisement