MVN

me.shadaj : scalapy_2.12

Maven & Gradle

Apr 23, 2019
1 usages
533 stars

scalapy · scalapy

<dependency>
    <groupId>me.shadaj</groupId>
    <artifactId>scalapy_2.12</artifactId>
    <version>0.2.0+17-5b8100b9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.shadaj : scalapy_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0+17-5b8100b9

All Versions

Choose a version of me.shadaj : scalapy_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
scalapy_2.12-0.2.0
scalapy_2.12-0.2.0+17-5b8100b9
scalapy_2.12-0.2.0+16-95463442
scalapy_2.12-0.2.0+15-7148735c
scalapy_2.12-0.2.0+14-6a63e22f
scalapy_2.12-0.2.0+13-e78d2bfd
scalapy_2.12-0.2.0+12-f93cca14
scalapy_2.12-0.2.0+11-3f11e96e
scalapy_2.12-0.2.0+10-452d155c
scalapy_2.12-0.2.0+9-1d8d5519
scalapy_2.12-0.2.0+8-6aea6016
scalapy_2.12-0.2.0+7-7df0e8ad
scalapy_2.12-0.2.0+6-fecb2708
scalapy_2.12-0.2.0+5-4765a48e
scalapy_2.12-0.2.0+4-49b952e0
scalapy_2.12-0.2.0+3-c1eb96fb
scalapy_2.12-0.2.0+2-0a530fe6
scalapy_2.12-0.2.0+2-3335192e
scalapy_2.12-0.2.0+2-e1696b3b
scalapy_2.12-0.2.0+1-73755d6c
a14740de
scalapy_2.12-a14740de

How to add a dependency to Maven

Add the following me.shadaj : scalapy_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.shadaj</groupId>
    <artifactId>scalapy_2.12</artifactId>
    <version>0.2.0+17-5b8100b9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.shadaj : scalapy_2.12 gradle dependency to your build.gradle file:

implementation 'me.shadaj:scalapy_2.12:0.2.0+17-5b8100b9'

Gradle Kotlin DSL: Add the following me.shadaj : scalapy_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("me.shadaj:scalapy_2.12:0.2.0+17-5b8100b9")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.shadaj : scalapy_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "me.shadaj" % "scalapy_2.12" % "0.2.0+17-5b8100b9"

Advertisement