is not current version
Last Version 3.0.8

com.github.wenhao:mushrooms 3.0.5

Mushrooms is an easy setup failover and stub framework. To ensure high levels of efficiency for remote service integration.

GroupId

GroupId

com.github.wenhao
ArtifactId

ArtifactId

mushrooms
Version

Version

3.0.5
Type

Type

jar

Download mushrooms 3.0.5


<!-- https://jarcasting.com/artifacts/com.github.wenhao/mushrooms/ -->
<dependency>
    <groupId>com.github.wenhao</groupId>
    <artifactId>mushrooms</artifactId>
    <version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wenhao/mushrooms/
implementation 'com.github.wenhao:mushrooms:3.0.5'
// https://jarcasting.com/artifacts/com.github.wenhao/mushrooms/
implementation ("com.github.wenhao:mushrooms:3.0.5")
'com.github.wenhao:mushrooms:jar:3.0.5'
<dependency org="com.github.wenhao" name="mushrooms" rev="3.0.5">
  <artifact name="mushrooms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wenhao', module='mushrooms', version='3.0.5')
)
libraryDependencies += "com.github.wenhao" % "mushrooms" % "3.0.5"
[com.github.wenhao/mushrooms "3.0.5"]