| License |
License |
|---|---|
| GroupId | GroupIdio.zeko |
| ArtifactId | ArtifactIdzeko-restapi |
| Last Version | Last Version1.5.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio.zeko:zeko-restapi
Asynchronous web framework for Kotlin based on Vert.x event-driven toolkit.
Create REST APIs in Kotlin easily with automatic Swagger/OpenAPI doc generation
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| zeko-restapi-1.5.5.pom | |
| zeko-restapi-1.5.5.jar | 226 KB |
| zeko-restapi-1.5.5-sources.jar | 52 KB |
| zeko-restapi-1.5.5-javadoc.jar | 193 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.zeko/zeko-restapi/ -->
<dependency>
<groupId>io.zeko</groupId>
<artifactId>zeko-restapi</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeko/zeko-restapi/
implementation 'io.zeko:zeko-restapi:1.5.5'
// https://jarcasting.com/artifacts/io.zeko/zeko-restapi/
implementation ("io.zeko:zeko-restapi:1.5.5")
'io.zeko:zeko-restapi:jar:1.5.5'
<dependency org="io.zeko" name="zeko-restapi" rev="1.5.5">
<artifact name="zeko-restapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeko', module='zeko-restapi', version='1.5.5')
)
libraryDependencies += "io.zeko" % "zeko-restapi" % "1.5.5"
[io.zeko/zeko-restapi "1.5.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.20 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.20 |
| io.zeko : zeko-validator | jar | 1.1.4 |
| io.vertx : vertx-core | jar | 4.1.8 |
| io.vertx : vertx-web | jar | 4.1.8 |
| io.zeko : zeko-sql-builder | jar | 1.3.2 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.4 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| io.vertx : vertx-auth-jwt | jar | 4.1.8 |
| io.vertx : vertx-lang-kotlin | jar | 4.1.8 |
| io.vertx : vertx-lang-kotlin-coroutines | jar | 4.1.8 |
| io.vertx : vertx-circuit-breaker | jar | 4.1.8 |
| io.vertx : vertx-web-client | jar | 4.1.8 |
| com.cronutils : cron-utils | jar | 9.1.6 |
| com.squareup : kotlinpoet | jar | 1.11.0 |
| com.google.auto.service : auto-service Optional | jar | 1.0-rc4 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.spekframework.spek2 : spek-dsl-jvm | jar | 2.0.9 |
| org.spekframework.spek2 : spek-runner-junit5 | jar | 2.0.9 |
| org.jetbrains.kotlin : kotlin-test | jar | 1.4.10 |