GroupId | GroupIdcom.github.euler-io |
---|---|
ArtifactId | ArtifactIdhttp-api |
Version | Version0.7.7 |
Type | Typejar |
Filename | Size |
---|---|
http-api-0.7.7.pom | |
http-api-0.7.7.jar | 104 KB |
http-api-0.7.7-sources.jar | 58 KB |
http-api-0.7.7-javadoc.jar | 856 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.euler-io/http-api/ -->
<dependency>
<groupId>com.github.euler-io</groupId>
<artifactId>http-api</artifactId>
<version>0.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.euler-io/http-api/
implementation 'com.github.euler-io:http-api:0.7.7'
// https://jarcasting.com/artifacts/com.github.euler-io/http-api/
implementation ("com.github.euler-io:http-api:0.7.7")
'com.github.euler-io:http-api:jar:0.7.7'
<dependency org="com.github.euler-io" name="http-api" rev="0.7.7">
<artifact name="http-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.euler-io', module='http-api', version='0.7.7')
)
libraryDependencies += "com.github.euler-io" % "http-api" % "0.7.7"
[com.github.euler-io/http-api "0.7.7"]