m

mockless_2.11

Mockless - make empty instances of your ADTs
https://github.com/guardian/mockless
Apache V2
com.gu
Robert Berry
Files download
File Operation
mockless_2.11-0.1.jar download
mockless_2.11-0.1.pom download
mockless_2.11-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gu</groupId>
  <artifactId>mockless_2.11</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.gu:mockless_2.11:0.1'
Gradle Kotlin
implementation("com.gu:mockless_2.11:0.1")
Scala SBT
libraryDependencies += "com.gu" % "mockless_2.11" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.gu', module='mockless_2.11', version='0.1')
)
Apache Ivy
<dependency org="com.gu" name="mockless_2.11" rev="0.1" />
Leiningen
[com.gu/mockless_2.11 "0.1"]
Apache Buildr
'com.gu:mockless_2.11:jar:0.1'