MVN

de.wayofquality.blended : akka-parsing_2.12

Maven & Gradle

Jun 20, 2020
1 usages
1 stars

akka-parsing_2.12 · OSGi Wrapper Bundle for [com.typesafe.akka::akka-parsing:10.1.12]. This is the original jar provided by the Akka team with reviewed OSGi manifest settings. No code has been changed within the jar nor has content been removed or added. For the original work, please refer to the Akka project documentation at https://akka.io.

<dependency>
    <groupId>de.wayofquality.blended</groupId>
    <artifactId>akka-parsing_2.12</artifactId>
    <version>10.1.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.wayofquality.blended : akka-parsing_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.1.12.1

All Versions

Choose a version of de.wayofquality.blended : akka-parsing_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.1.x
akka-parsing_2.12-10.1.12.1

How to add a dependency to Maven

Add the following de.wayofquality.blended : akka-parsing_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.wayofquality.blended</groupId>
    <artifactId>akka-parsing_2.12</artifactId>
    <version>10.1.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.wayofquality.blended : akka-parsing_2.12 gradle dependency to your build.gradle file:

implementation 'de.wayofquality.blended:akka-parsing_2.12:10.1.12.1'

Gradle Kotlin DSL: Add the following de.wayofquality.blended : akka-parsing_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.wayofquality.blended:akka-parsing_2.12:10.1.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.wayofquality.blended : akka-parsing_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.wayofquality.blended" % "akka-parsing_2.12" % "10.1.12.1"

Advertisement