не последняя версия
Последняя версия 1.17

com.ftpix:sparknotation 1.11

Sparknotation is a library to use Sparkjava framework with annotation. It is useful when working on projects with a lot of endpoints where it sometimes becomes messy to deal with all these Spark.something methods. It also saves the hassle of always getting back parameters, query parameters and headers from the Request object.

Группа

Группа

com.ftpix
Идентификатор

Идентификатор

sparknotation
Версия

Версия

1.11
Тип

Тип

jar

Скачать sparknotation 1.11


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