GroupId | GroupIdcc.mashroom |
---|---|
ArtifactId | ArtifactIdmashroom-router |
Version | Versionv1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mashroom-router-v1.0.0.pom | |
mashroom-router-v1.0.0.jar | 9 KB |
mashroom-router-v1.0.0-sources.jar | 6 KB |
mashroom-router-v1.0.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.mashroom/mashroom-router/ -->
<dependency>
<groupId>cc.mashroom</groupId>
<artifactId>mashroom-router</artifactId>
<version>v1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.mashroom/mashroom-router/
implementation 'cc.mashroom:mashroom-router:v1.0.0'
// https://jarcasting.com/artifacts/cc.mashroom/mashroom-router/
implementation ("cc.mashroom:mashroom-router:v1.0.0")
'cc.mashroom:mashroom-router:jar:v1.0.0'
<dependency org="cc.mashroom" name="mashroom-router" rev="v1.0.0">
<artifact name="mashroom-router" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.mashroom', module='mashroom-router', version='v1.0.0')
)
libraryDependencies += "cc.mashroom" % "mashroom-router" % "v1.0.0"
[cc.mashroom/mashroom-router "v1.0.0"]