is not current version
Last Version 1.5.5

io.zeko:zeko-restapi 1.1.5

Asynchronous web framework for Kotlin based on Vert.x event-driven toolkit. Create REST APIs in Kotlin easily with automatic Swagger/OpenAPI doc generation

GroupId

GroupId

io.zeko
ArtifactId

ArtifactId

zeko-restapi
Version

Version

1.1.5
Type

Type

jar

Download zeko-restapi 1.1.5


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