haraldmaida / scalatestfx   0.0.2-alpha

Apache License 2.0 GitHub

Write TestFX tests using ScalaTest specifications

Scala versions: 2.11

scalatestfx 0.0.1-alpha


Group ID:
io.scalatestfx
Artifact ID:
scalatestfx_2.11
Version:
0.0.1-alpha
Release Date:
Jun 15, 2016
Licenses:

libraryDependencies += "io.scalatestfx" %% "scalatestfx" % "0.0.1-alpha"
resolvers += Resolver.bintrayRepo("haraldmaida", "maven")

Mill build tool

ivy"io.scalatestfx::scalatestfx:0.0.1-alpha"
MavenRepository("https://dl.bintray.com/haraldmaida/maven")

Scala CLI

//> using dep "io.scalatestfx::scalatestfx:0.0.1-alpha"

Ammonite REPL

import $ivy.`io.scalatestfx::scalatestfx:0.0.1-alpha`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray haraldmaida maven",
  "Some(https://dl.bintray.com/haraldmaida/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.scalatestfx</groupId>
  <artifactId>scalatestfx_2.11</artifactId>
  <version>0.0.1-alpha</version>
</dependency>

compile group: 'io.scalatestfx', name: 'scalatestfx_2.11', version: '0.0.1-alpha'