| License |
License |
|---|---|
| GroupId | GroupIdcom.ftpix |
| ArtifactId | ArtifactIdsparknotation |
| Version | Version1.17 |
| Type | Typejar |
| Description |
Descriptioncom.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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sparknotation-1.17.pom | |
| sparknotation-1.17.jar | 22 KB |
| sparknotation-1.17-sources.jar | 11 KB |
| sparknotation-1.17-javadoc.jar | 109 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |