is not current version
Last Version 0.1.2

com.bnorm.ktor.retrofit:ktor-retrofit 0.1.0

Turns a Retrofit service interface into Ktor routing

Categories

Categories

Retrofit Net HTTP Clients ORM Data
GroupId

GroupId

com.bnorm.ktor.retrofit
ArtifactId

ArtifactId

ktor-retrofit
Version

Version

0.1.0
Type

Type

jar

Download ktor-retrofit 0.1.0


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