| GroupId | GroupIdio.github.ModularEnigma |
|---|---|
| ArtifactId | ArtifactIdRequests |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Requests-1.0.1.pom | |
| Requests-1.0.1.jar | 7 KB |
| Requests-1.0.1-sources.jar | 2 KB |
| Requests-1.0.1-javadoc.jar | 125 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ModularEnigma/Requests/ -->
<dependency>
<groupId>io.github.ModularEnigma</groupId>
<artifactId>Requests</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ModularEnigma/Requests/
implementation 'io.github.ModularEnigma:Requests:1.0.1'
// https://jarcasting.com/artifacts/io.github.ModularEnigma/Requests/
implementation ("io.github.ModularEnigma:Requests:1.0.1")
'io.github.ModularEnigma:Requests:jar:1.0.1'
<dependency org="io.github.ModularEnigma" name="Requests" rev="1.0.1">
<artifact name="Requests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ModularEnigma', module='Requests', version='1.0.1')
)
libraryDependencies += "io.github.ModularEnigma" % "Requests" % "1.0.1"
[io.github.ModularEnigma/Requests "1.0.1"]