| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.ftpix |
| Идентификатор | Идентификаторsparknotation |
| Версия | Версия1.17 |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| sparknotation-1.17.pom | |
| sparknotation-1.17.jar | 22 KB |
| sparknotation-1.17-sources.jar | 11 KB |
| sparknotation-1.17-javadoc.jar | 109 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |