ebiznext / sbt-soapui   4.5.1

MIT License GitHub

an sbt plugin to automaticaly launch mock services defined within a soapui project

Scala versions: 2.10

soapui-ext 4.5.1


Group ID:
com.ebiznext.soapui
Artifact ID:
soapui-ext_2.10
Version:
4.5.1
Release Date:
Jul 12, 2014
Licenses:
MIT

libraryDependencies += "com.ebiznext.soapui" %% "soapui-ext" % "4.5.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.ebiznext.soapui::soapui-ext:4.5.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.ebiznext.soapui::soapui-ext:4.5.1"

Ammonite REPL

import $ivy.`com.ebiznext.soapui::soapui-ext:4.5.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.ebiznext.soapui</groupId>
  <artifactId>soapui-ext_2.10</artifactId>
  <version>4.5.1</version>
</dependency>

compile group: 'com.ebiznext.soapui', name: 'soapui-ext_2.10', version: '4.5.1'