is not current version
Last Version 1.17

com.ftpix:sparknotation 1.9

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.

GroupId

GroupId

com.ftpix
ArtifactId

ArtifactId

sparknotation
Version

Version

1.9
Type

Type

jar

Download sparknotation 1.9


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