Last Version

com.ftpix:sparknotation 1.17

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.

License

License

GroupId

GroupId

com.ftpix
ArtifactId

ArtifactId

sparknotation
Version

Version

1.17
Type

Type

jar
Description

Description

com.ftpix: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.
Project URL

Project URL

https://github.com/lamarios/sparknotation
Source Code Management

Source Code Management

https://github.com/lamarios/sparknotation

Download sparknotation 1.17


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

Dependencies

compile (4)

Group / Artifact Type Version
com.sparkjava : spark-core jar 2.9.3
net.sf.scannotation : scannotation jar 1.0.2
org.apache.logging.log4j : log4j-core jar 2.17.1
org.javassist : javassist jar 3.28.0-GA

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.2
com.mashape.unirest : unirest-java jar 1.4.9
com.google.code.gson : gson jar 2.8.9
com.sparkjava : spark-template-jade jar 2.7.1

Project Modules

There are no modules declared in this project.