m

mock

An API that lets create a mock receiver to test your instance against.
https://github.com/holmes/russound
The Apache License, Version 2.0
Jason Holmes
文件下载
文件名 操作
mock-1.2.0.jar 下载
mock-1.2.0.pom 下载
mock-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.thejholmes.russound</groupId>
  <artifactId>mock</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.thejholmes.russound:mock:1.2.0'
Gradle Kotlin
implementation("com.thejholmes.russound:mock:1.2.0")
Scala SBT
libraryDependencies += "com.thejholmes.russound" % "mock" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.thejholmes.russound', module='mock', version='1.2.0')
)
Apache Ivy
<dependency org="com.thejholmes.russound" name="mock" rev="1.2.0" />
Leiningen
[com.thejholmes.russound/mock "1.2.0"]
Apache Buildr
'com.thejholmes.russound:mock:jar:1.2.0'