gatling-jwt 0.1
Group ID:
com.atlassian.gatling
Artifact ID:
gatling-jwt_2.10
Version:
0.1
Release Date:
Sept 10, 2014
Licenses:
libraryDependencies += "com.atlassian.gatling" %% "gatling-jwt" % "0.1" resolvers += Resolver.bintrayRepo("atlassian-central", "maven")
ivy"com.atlassian.gatling::gatling-jwt:0.1" MavenRepository("https://dl.bintray.com/atlassian-central/maven")
//> using dep "com.atlassian.gatling::gatling-jwt:0.1"
import $ivy.`com.atlassian.gatling::gatling-jwt:0.1` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray atlassian-central maven", "Some(https://dl.bintray.com/atlassian-central/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.atlassian.gatling</groupId> <artifactId>gatling-jwt_2.10</artifactId> <version>0.1</version> </dependency>
compile group: 'com.atlassian.gatling', name: 'gatling-jwt_2.10', version: '0.1'