MVN

com.ftpix : sparknotation

Maven & Gradle

Jan 08, 2022
1 usages
6 stars

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.

<dependency>
    <groupId>com.ftpix</groupId>
    <artifactId>sparknotation</artifactId>
    <version>1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ftpix : sparknotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17

All Versions

Choose a version of com.ftpix : sparknotation to add to Maven or Gradle - All Versions:

  • Version Updated
  • sparknotation-1.17

    Jan 08, 2022
  • sparknotation-1.16

    Dec 22, 2021
  • sparknotation-1.15

    Nov 30, 2020
  • sparknotation-1.14

    Nov 27, 2020
  • sparknotation-1.13

    Sep 03, 2020
  • sparknotation-1.12

    Oct 27, 2018
  • sparknotation-1.11

    Sep 08, 2018
  • sparknotation-1.10

    Aug 02, 2018
  • sparknotation-1.9

    Aug 02, 2018

How to add a dependency to Maven

Add the following com.ftpix : sparknotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ftpix</groupId>
    <artifactId>sparknotation</artifactId>
    <version>1.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ftpix : sparknotation gradle dependency to your build.gradle file:

implementation 'com.ftpix:sparknotation:1.17'

Gradle Kotlin DSL: Add the following com.ftpix : sparknotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ftpix:sparknotation:1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ftpix : sparknotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ftpix" % "sparknotation" % "1.17"