GroupId | GroupIdcom.github.dadiyang |
---|---|
ArtifactId | ArtifactIdhttp-api-invoker |
Version | Version1.1.8 |
Type | Typejar |
Filename | Size |
---|---|
http-api-invoker-1.1.8.pom | |
http-api-invoker-1.1.8.jar | 49 KB |
http-api-invoker-1.1.8-sources.jar | 31 KB |
http-api-invoker-1.1.8-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dadiyang/http-api-invoker/ -->
<dependency>
<groupId>com.github.dadiyang</groupId>
<artifactId>http-api-invoker</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dadiyang/http-api-invoker/
implementation 'com.github.dadiyang:http-api-invoker:1.1.8'
// https://jarcasting.com/artifacts/com.github.dadiyang/http-api-invoker/
implementation ("com.github.dadiyang:http-api-invoker:1.1.8")
'com.github.dadiyang:http-api-invoker:jar:1.1.8'
<dependency org="com.github.dadiyang" name="http-api-invoker" rev="1.1.8">
<artifact name="http-api-invoker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dadiyang', module='http-api-invoker', version='1.1.8')
)
libraryDependencies += "com.github.dadiyang" % "http-api-invoker" % "1.1.8"
[com.github.dadiyang/http-api-invoker "1.1.8"]