MVN

org.bitbucket.pshirshov.izumitk : akka_2.12

Maven & Gradle

Dec 11, 2017
2 usages

akka · akka

<dependency>
    <groupId>org.bitbucket.pshirshov.izumitk</groupId>
    <artifactId>akka_2.12</artifactId>
    <version>1.2.109</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.pshirshov.izumitk : akka_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.109

All Versions

Choose a version of org.bitbucket.pshirshov.izumitk : akka_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
akka_2.12-1.2.109
akka_2.12-1.2.108
akka_2.12-1.2.107
akka_2.12-1.2.106
akka_2.12-1.2.105
akka_2.12-1.2.104
akka_2.12-1.2.101
akka_2.12-1.2.99
akka_2.12-1.2.98
akka_2.12-1.2.96
akka_2.12-1.2.93
akka_2.12-1.2.92
akka_2.12-1.2.91
akka_2.12-1.2.90
akka_2.12-1.2.89
akka_2.12-1.2.88.1
akka_2.12-1.2.88
akka_2.12-1.2.87
akka_2.12-1.2.86
akka_2.12-1.2.85
akka_2.12-1.2.84
akka_2.12-1.2.83
akka_2.12-1.2.82
akka_2.12-1.2.81
akka_2.12-1.2.79
akka_2.12-1.2.78
akka_2.12-1.2.77
akka_2.12-1.2.76
akka_2.12-1.2.75
akka_2.12-1.2.74
akka_2.12-1.2.73
akka_2.12-1.2.72
akka_2.12-1.2.71
akka_2.12-1.2.70
akka_2.12-1.2.69
akka_2.12-1.2.68
akka_2.12-1.2.67
akka_2.12-1.2.64
akka_2.12-1.2.63
akka_2.12-1.2.62
akka_2.12-1.2.60
akka_2.12-1.2.59

How to add a dependency to Maven

Add the following org.bitbucket.pshirshov.izumitk : akka_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.pshirshov.izumitk</groupId>
    <artifactId>akka_2.12</artifactId>
    <version>1.2.109</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.pshirshov.izumitk : akka_2.12 gradle dependency to your build.gradle file:

implementation 'org.bitbucket.pshirshov.izumitk:akka_2.12:1.2.109'

Gradle Kotlin DSL: Add the following org.bitbucket.pshirshov.izumitk : akka_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.pshirshov.izumitk:akka_2.12:1.2.109")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.pshirshov.izumitk : akka_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.pshirshov.izumitk" % "akka_2.12" % "1.2.109"

Advertisement