t

tip_2.11

Scala library for testing in production.
https://github.com/guardian/tip
GPLv3
com.gu
Mario Galic Jacob Winch
Files download
File Operation
tip_2.11-0.2.0.jar download
tip_2.11-0.2.0.pom download
tip_2.11-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gu</groupId>
  <artifactId>tip_2.11</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.gu:tip_2.11:0.2.0'
Gradle Kotlin
implementation("com.gu:tip_2.11:0.2.0")
Scala SBT
libraryDependencies += "com.gu" % "tip_2.11" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.gu', module='tip_2.11', version='0.2.0')
)
Apache Ivy
<dependency org="com.gu" name="tip_2.11" rev="0.2.0" />
Leiningen
[com.gu/tip_2.11 "0.2.0"]
Apache Buildr
'com.gu:tip_2.11:jar:0.2.0'