Categories |
CategoriesRetrofit Net HTTP Clients ORM Data |
---|---|
GroupId | GroupIdcom.bnorm.ktor.retrofit |
ArtifactId | ArtifactIdktor-retrofit |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
ktor-retrofit-0.1.1.pom | |
ktor-retrofit-0.1.1.jar | 34 KB |
ktor-retrofit-0.1.1-sources.jar | 2 KB |
ktor-retrofit-0.1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bnorm.ktor.retrofit/ktor-retrofit/
implementation 'com.bnorm.ktor.retrofit:ktor-retrofit:0.1.1'
// https://jarcasting.com/artifacts/com.bnorm.ktor.retrofit/ktor-retrofit/
implementation ("com.bnorm.ktor.retrofit:ktor-retrofit:0.1.1")
'com.bnorm.ktor.retrofit:ktor-retrofit:jar:0.1.1'
<dependency org="com.bnorm.ktor.retrofit" name="ktor-retrofit" rev="0.1.1">
<artifact name="ktor-retrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bnorm.ktor.retrofit', module='ktor-retrofit', version='0.1.1')
)
libraryDependencies += "com.bnorm.ktor.retrofit" % "ktor-retrofit" % "0.1.1"
[com.bnorm.ktor.retrofit/ktor-retrofit "0.1.1"]