| Лицензия |
Лицензия |
|---|---|
| Группа | Группаme.geso |
| Идентификатор | Идентификаторroutes |
| Версия | Версия0.6.0 |
| Тип | Типjar |
| Описание |
Описаниеroutes
Tiny routing library for Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |