jc-roman / gatling-amqp   0.0.10

MIT License GitHub

Gatling AMQP support

Scala versions: 2.12

gatling-amqp 0.0.10


Group ID:
com.github.jcroman
Artifact ID:
gatling-amqp_2.12
Version:
0.0.10
Release Date:
Jul 1, 2018
Licenses:
MIT

libraryDependencies += "com.github.jcroman" %% "gatling-amqp" % "0.0.10"
resolvers += Resolver.bintrayRepo("jcroman", "maven")

Mill build tool

ivy"com.github.jcroman::gatling-amqp:0.0.10"
MavenRepository("https://dl.bintray.com/jcroman/maven")

Scala CLI

//> using dep "com.github.jcroman::gatling-amqp:0.0.10"

Ammonite REPL

import $ivy.`com.github.jcroman::gatling-amqp:0.0.10`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray jcroman maven",
  "Some(https://dl.bintray.com/jcroman/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.jcroman</groupId>
  <artifactId>gatling-amqp_2.12</artifactId>
  <version>0.0.10</version>
</dependency>

compile group: 'com.github.jcroman', name: 'gatling-amqp_2.12', version: '0.0.10'