Categories |
CategoriesMirror Application Layer Libs Introspection |
---|---|
GroupId | GroupIdcom.github.mirrorSystem |
ArtifactId | ArtifactIdmirror-request |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
mirror-request-1.1.3.pom | |
mirror-request-1.1.3.jar | 52 KB |
mirror-request-1.1.3-sources.jar | 30 KB |
mirror-request-1.1.3-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mirrorSystem/mirror-request/ -->
<dependency>
<groupId>com.github.mirrorSystem</groupId>
<artifactId>mirror-request</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mirrorSystem/mirror-request/
implementation 'com.github.mirrorSystem:mirror-request:1.1.3'
// https://jarcasting.com/artifacts/com.github.mirrorSystem/mirror-request/
implementation ("com.github.mirrorSystem:mirror-request:1.1.3")
'com.github.mirrorSystem:mirror-request:jar:1.1.3'
<dependency org="com.github.mirrorSystem" name="mirror-request" rev="1.1.3">
<artifact name="mirror-request" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mirrorSystem', module='mirror-request', version='1.1.3')
)
libraryDependencies += "com.github.mirrorSystem" % "mirror-request" % "1.1.3"
[com.github.mirrorSystem/mirror-request "1.1.3"]