Last Version

ktor-retrofit 0.1.2

Turns a Retrofit service interface into Ktor routing

License

License

Categories

Categories

Retrofit Net HTTP Clients ORM Data
GroupId

GroupId

com.bnorm.ktor.retrofit
ArtifactId

ArtifactId

ktor-retrofit
Version

Version

0.1.2
Type

Type

jar
Description

Description

ktor-retrofit
Turns a Retrofit service interface into Ktor routing
Project URL

Project URL

https://github.com/bnorm/ktor-retrofit
Source Code Management

Source Code Management

https://github.com/bnorm/ktor-retrofit

Download ktor-retrofit 0.1.2


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

Dependencies

compile (2)

Group / Artifact Type Version
io.ktor : ktor-server-core jar 1.2.5
com.squareup.retrofit2 : retrofit jar 2.6.1

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50

Project Modules

There are no modules declared in this project.