Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.appform.ranger |
ArtifactId | ArtifactIdranger-http |
Version | Version1.0-RC4 |
Type | Typejar |
Filename | Size |
---|---|
ranger-http-1.0-RC4.pom | |
ranger-http-1.0-RC4.jar | 37 KB |
ranger-http-1.0-RC4-sources.jar | 20 KB |
ranger-http-1.0-RC4-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.appform.ranger/ranger-http/ -->
<dependency>
<groupId>io.appform.ranger</groupId>
<artifactId>ranger-http</artifactId>
<version>1.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/io.appform.ranger/ranger-http/
implementation 'io.appform.ranger:ranger-http:1.0-RC4'
// https://jarcasting.com/artifacts/io.appform.ranger/ranger-http/
implementation ("io.appform.ranger:ranger-http:1.0-RC4")
'io.appform.ranger:ranger-http:jar:1.0-RC4'
<dependency org="io.appform.ranger" name="ranger-http" rev="1.0-RC4">
<artifact name="ranger-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.appform.ranger', module='ranger-http', version='1.0-RC4')
)
libraryDependencies += "io.appform.ranger" % "ranger-http" % "1.0-RC4"
[io.appform.ranger/ranger-http "1.0-RC4"]