MVN

pl.iterators : kebs-akka-http-macros_2.12

Maven & Gradle

Nov 20, 2017
1 usages
152 stars

akka-http-macros · Automatic generation of akka-http deserializers for 1-element case classes - macros

<dependency>
    <groupId>pl.iterators</groupId>
    <artifactId>kebs-akka-http-macros_2.12</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.iterators : kebs-akka-http-macros_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of pl.iterators : kebs-akka-http-macros_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
kebs-akka-http-macros_2.12-1.5.1
kebs-akka-http-macros_2.12-1.5.0
1.4.x
kebs-akka-http-macros_2.12-1.4.5
kebs-akka-http-macros_2.12-1.4.4
kebs-akka-http-macros_2.12-1.4.3
kebs-akka-http-macros_2.12-1.4.2

How to add a dependency to Maven

Add the following pl.iterators : kebs-akka-http-macros_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.iterators</groupId>
    <artifactId>kebs-akka-http-macros_2.12</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.iterators : kebs-akka-http-macros_2.12 gradle dependency to your build.gradle file:

implementation 'pl.iterators:kebs-akka-http-macros_2.12:1.5.1'

Gradle Kotlin DSL: Add the following pl.iterators : kebs-akka-http-macros_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.iterators:kebs-akka-http-macros_2.12:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.iterators : kebs-akka-http-macros_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.iterators" % "kebs-akka-http-macros_2.12" % "1.5.1"

Advertisement