GroupId | GroupIdcom.github.euler-io |
---|---|
ArtifactId | ArtifactIdhttp-api |
Version | Version0.4.4 |
Type | Typejar |
Filename | Size |
---|---|
http-api-0.4.4.pom | |
http-api-0.4.4.jar | 122 KB |
http-api-0.4.4-sources.jar | 74 KB |
http-api-0.4.4-javadoc.jar | 922 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.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.euler-io/http-api/
implementation 'com.github.euler-io:http-api:0.4.4'
// https://jarcasting.com/artifacts/com.github.euler-io/http-api/
implementation ("com.github.euler-io:http-api:0.4.4")
'com.github.euler-io:http-api:jar:0.4.4'
<dependency org="com.github.euler-io" name="http-api" rev="0.4.4">
<artifact name="http-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.euler-io', module='http-api', version='0.4.4')
)
libraryDependencies += "com.github.euler-io" % "http-api" % "0.4.4"
[com.github.euler-io/http-api "0.4.4"]