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