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