s

sparknotation

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.
https://github.com/lamarios/sparknotation
Apache License, Version 2.0
Paul Fauchon
文件下载
文件名 操作
sparknotation-1.17.jar 下载
sparknotation-1.17.pom 下载
sparknotation-1.17-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ftpix</groupId>
  <artifactId>sparknotation</artifactId>
  <version>1.17</version>
</dependency>
Gradle Groovy
implementation 'com.ftpix:sparknotation:1.17'
Gradle Kotlin
implementation("com.ftpix:sparknotation:1.17")
Scala SBT
libraryDependencies += "com.ftpix" % "sparknotation" % "1.17"
Groovy Grape
@Grapes(
  @Grab(group='com.ftpix', module='sparknotation', version='1.17')
)
Apache Ivy
<dependency org="com.ftpix" name="sparknotation" rev="1.17" />
Leiningen
[com.ftpix/sparknotation "1.17"]
Apache Buildr
'com.ftpix:sparknotation:jar:1.17'