GroupId | GroupIdcom.github.dadiyang |
---|---|
ArtifactId | ArtifactIdhttp-api-invoker |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
http-api-invoker-1.0.2.pom | |
http-api-invoker-1.0.2.jar | 18 KB |
http-api-invoker-1.0.2-sources.jar | 12 KB |
http-api-invoker-1.0.2-javadoc.jar | 97 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.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dadiyang/http-api-invoker/
implementation 'com.github.dadiyang:http-api-invoker:1.0.2'
// https://jarcasting.com/artifacts/com.github.dadiyang/http-api-invoker/
implementation ("com.github.dadiyang:http-api-invoker:1.0.2")
'com.github.dadiyang:http-api-invoker:jar:1.0.2'
<dependency org="com.github.dadiyang" name="http-api-invoker" rev="1.0.2">
<artifact name="http-api-invoker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dadiyang', module='http-api-invoker', version='1.0.2')
)
libraryDependencies += "com.github.dadiyang" % "http-api-invoker" % "1.0.2"
[com.github.dadiyang/http-api-invoker "1.0.2"]