License |
License |
---|---|
Categories |
CategoriesRetrofit Net HTTP Clients |
GroupId | GroupIdorg.jretrofit |
ArtifactId | ArtifactIdjretrofit |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJRetrofit
A Java library for adding interfaces to objects at runtime.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jretrofit-1.1.pom | |
jretrofit-1.1.jar | 20 KB |
jretrofit-1.1-sources.jar | 14 KB |
jretrofit-1.1-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jretrofit/jretrofit/ -->
<dependency>
<groupId>org.jretrofit</groupId>
<artifactId>jretrofit</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jretrofit/jretrofit/
implementation 'org.jretrofit:jretrofit:1.1'
// https://jarcasting.com/artifacts/org.jretrofit/jretrofit/
implementation ("org.jretrofit:jretrofit:1.1")
'org.jretrofit:jretrofit:jar:1.1'
<dependency org="org.jretrofit" name="jretrofit" rev="1.1">
<artifact name="jretrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jretrofit', module='jretrofit', version='1.1')
)
libraryDependencies += "org.jretrofit" % "jretrofit" % "1.1"
[org.jretrofit/jretrofit "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |
log4j : log4j | jar | 1.2.9 |