MVN

com.github.piltt : silky-akka_2.11

Maven & Gradle

Aug 16, 2016
2 stars

silky-akka · silky-akka

<dependency>
    <groupId>com.github.piltt</groupId>
    <artifactId>silky-akka_2.11</artifactId>
    <version>1.0.51</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.piltt : silky-akka_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.51

All Versions

Choose a version of com.github.piltt : silky-akka_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
silky-akka_2.11-1.0.51
silky-akka_2.11-1.0.50
silky-akka_2.11-1.0.48
silky-akka_2.11-1.0.47
silky-akka_2.11-1.0.46
silky-akka_2.11-1.0.45
silky-akka_2.11-1.0.44
silky-akka_2.11-1.0.43
silky-akka_2.11-1.0.42
silky-akka_2.11-1.0.41
silky-akka_2.11-1.0.40
silky-akka_2.11-1.0.39
silky-akka_2.11-1.0.38
silky-akka_2.11-1.0.37
silky-akka_2.11-1.0.36
silky-akka_2.11-1.0.35
silky-akka_2.11-1.0.34
silky-akka_2.11-1.0.32
silky-akka_2.11-1.0.31
silky-akka_2.11-1.0.29
silky-akka_2.11-1.0.28
silky-akka_2.11-1.0.27
silky-akka_2.11-1.0.25
silky-akka_2.11-1.0.24
silky-akka_2.11-1.0.23
silky-akka_2.11-1.0.22
silky-akka_2.11-1.0.21
silky-akka_2.11-1.0.20
silky-akka_2.11-1.0.19
silky-akka_2.11-1.0.18
silky-akka_2.11-1.0.17
silky-akka_2.11-1.0.16
silky-akka_2.11-1.0.15
silky-akka_2.11-1.0.14
silky-akka_2.11-1.0.13
silky-akka_2.11-1.0.12
silky-akka_2.11-1.0.11
silky-akka_2.11-1.0.10
silky-akka_2.11-1.0.9
silky-akka_2.11-1.0.8
silky-akka_2.11-1.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.piltt</groupId>
    <artifactId>silky-akka_2.11</artifactId>
    <version>1.0.51</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.piltt : silky-akka_2.11 gradle dependency to your build.gradle file:

implementation 'com.github.piltt:silky-akka_2.11:1.0.51'

Gradle Kotlin DSL: Add the following com.github.piltt : silky-akka_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.piltt:silky-akka_2.11:1.0.51")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.piltt : silky-akka_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.piltt" % "silky-akka_2.11" % "1.0.51"

Advertisement