| License |
License |
|---|---|
| GroupId | GroupIdme.geso |
| ArtifactId | ArtifactIdroutes |
| Version | Version0.6.0 |
| Type | Typejar |
| Description |
Descriptionroutes
Tiny routing library for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| routes-0.6.0.pom | |
| routes-0.6.0.jar | 8 KB |
| routes-0.6.0-sources.jar | 3 KB |
| routes-0.6.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.geso/routes/ -->
<dependency>
<groupId>me.geso</groupId>
<artifactId>routes</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.geso/routes/
implementation 'me.geso:routes:0.6.0'
// https://jarcasting.com/artifacts/me.geso/routes/
implementation ("me.geso:routes:0.6.0")
'me.geso:routes:jar:0.6.0'
<dependency org="me.geso" name="routes" rev="0.6.0">
<artifact name="routes" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.geso', module='routes', version='0.6.0')
)
libraryDependencies += "me.geso" % "routes" % "0.6.0"
[me.geso/routes "0.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |