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