mashroom-router

Basic component (includes configuration, database, network router and cache) java library.

License

License

GroupId

GroupId

cc.mashroom
ArtifactId

ArtifactId

mashroom-router
Last Version

Last Version

v1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

mashroom-router
Basic component (includes configuration, database, network router and cache) java library.

Download mashroom-router

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 3.10.0
cc.mashroom : mashroom-util jar v1.0.1

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.6

Project Modules

There are no modules declared in this project.

Versions

Version
v1.0.1
v1.0.0