License |
License |
---|---|
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdmodule-http |
Last Version | Last Version1.2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYildiz-Engine Module HTTP
Module to make HTTP connections.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
module-http-1.2.5.pom | |
module-http-1.2.5.jar | 7 KB |
module-http-1.2.5-sources.jar | 7 KB |
module-http-1.2.5-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/module-http/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>module-http</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/module-http/
implementation 'be.yildiz-games:module-http:1.2.5'
// https://jarcasting.com/artifacts/be.yildiz-games/module-http/
implementation ("be.yildiz-games:module-http:1.2.5")
'be.yildiz-games:module-http:jar:1.2.5'
<dependency org="be.yildiz-games" name="module-http" rev="1.2.5">
<artifact name="module-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='module-http', version='1.2.5')
)
libraryDependencies += "be.yildiz-games" % "module-http" % "1.2.5"
[be.yildiz-games/module-http "1.2.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apiguardian : apiguardian-api | jar | 1.1.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |