t

tip_2.12

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