Categories |
CategoriesRetrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.github.cd-butterfly |
ArtifactId | ArtifactIdretrofit-annotations |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
retrofit-annotations-1.0.1.pom | |
retrofit-annotations-1.0.1.jar | 964 bytes |
retrofit-annotations-1.0.1-sources.jar | 936 bytes |
retrofit-annotations-1.0.1-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cd-butterfly/retrofit-annotations/ -->
<dependency>
<groupId>com.github.cd-butterfly</groupId>
<artifactId>retrofit-annotations</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cd-butterfly/retrofit-annotations/
implementation 'com.github.cd-butterfly:retrofit-annotations:1.0.1'
// https://jarcasting.com/artifacts/com.github.cd-butterfly/retrofit-annotations/
implementation ("com.github.cd-butterfly:retrofit-annotations:1.0.1")
'com.github.cd-butterfly:retrofit-annotations:jar:1.0.1'
<dependency org="com.github.cd-butterfly" name="retrofit-annotations" rev="1.0.1">
<artifact name="retrofit-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cd-butterfly', module='retrofit-annotations', version='1.0.1')
)
libraryDependencies += "com.github.cd-butterfly" % "retrofit-annotations" % "1.0.1"
[com.github.cd-butterfly/retrofit-annotations "1.0.1"]