License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Retrofit Net HTTP Clients Moshi Data JSON |
GroupId | GroupIdcom.daveanthonythomas.moshipack |
ArtifactId | ArtifactIdmoshipack-retrofit |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMoshiPack Retrofit Adapter
MessagePack converter for Retrofit
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
moshipack-retrofit-1.0.1.pom | |
moshipack-retrofit-1.0.1.jar | 7 KB |
moshipack-retrofit-1.0.1-sources.jar | 1 KB |
moshipack-retrofit-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.daveanthonythomas.moshipack/moshipack-retrofit/ -->
<dependency>
<groupId>com.daveanthonythomas.moshipack</groupId>
<artifactId>moshipack-retrofit</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.daveanthonythomas.moshipack/moshipack-retrofit/
implementation 'com.daveanthonythomas.moshipack:moshipack-retrofit:1.0.1'
// https://jarcasting.com/artifacts/com.daveanthonythomas.moshipack/moshipack-retrofit/
implementation ("com.daveanthonythomas.moshipack:moshipack-retrofit:1.0.1")
'com.daveanthonythomas.moshipack:moshipack-retrofit:jar:1.0.1'
<dependency org="com.daveanthonythomas.moshipack" name="moshipack-retrofit" rev="1.0.1">
<artifact name="moshipack-retrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daveanthonythomas.moshipack', module='moshipack-retrofit', version='1.0.1')
)
libraryDependencies += "com.daveanthonythomas.moshipack" % "moshipack-retrofit" % "1.0.1"
[com.daveanthonythomas.moshipack/moshipack-retrofit "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.daveanthonythomas.moshipack : moshipack | jar | 1.0.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.11 |
com.squareup.retrofit2 : retrofit | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.squareup.okhttp3 : mockwebserver | jar | 3.10.0 |