License |
License |
---|---|
Categories |
CategoriesRetrofit Net HTTP Clients ORM Data |
GroupId | GroupIdcom.bnorm.ktor.retrofit |
ArtifactId | ArtifactIdktor-retrofit |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionktor-retrofit
Turns a Retrofit service interface into Ktor routing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ktor-retrofit-0.1.2.pom | |
ktor-retrofit-0.1.2.jar | 34 KB |
ktor-retrofit-0.1.2-sources.jar | 2 KB |
ktor-retrofit-0.1.2-javadoc.jar | 13 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
io.ktor : ktor-server-core | jar | 1.2.5 |
com.squareup.retrofit2 : retrofit | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |