| GroupId | GroupIdio.github.Junkmer |
|---|---|
| ArtifactId | ArtifactIdJRouter |
| Version | Version0.0.1-snapshot |
| Type | Typeaar |
| Filename | Size |
|---|---|
| JRouter-0.0.1-snapshot.pom | |
| JRouter-0.0.1-snapshot-sources.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.Junkmer/JRouter/ -->
<dependency>
<groupId>io.github.Junkmer</groupId>
<artifactId>JRouter</artifactId>
<version>0.0.1-snapshot</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.Junkmer/JRouter/
implementation 'io.github.Junkmer:JRouter:0.0.1-snapshot'
// https://jarcasting.com/artifacts/io.github.Junkmer/JRouter/
implementation ("io.github.Junkmer:JRouter:0.0.1-snapshot")
'io.github.Junkmer:JRouter:aar:0.0.1-snapshot'
<dependency org="io.github.Junkmer" name="JRouter" rev="0.0.1-snapshot">
<artifact name="JRouter" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.Junkmer', module='JRouter', version='0.0.1-snapshot')
)
libraryDependencies += "io.github.Junkmer" % "JRouter" % "0.0.1-snapshot"
[io.github.Junkmer/JRouter "0.0.1-snapshot"]