не последняя версия
Последняя версия 0.1.2

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

Turns a Retrofit service interface into Ktor routing

Категории

Категории

Retrofit Сеть HTTP Clients ORM Данные
Группа

Группа

com.bnorm.ktor.retrofit
Идентификатор

Идентификатор

ktor-retrofit
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать 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"]