Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.datoin.net |
ArtifactId | ArtifactIdhttp-requests |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
http-requests-0.2.1.pom | |
http-requests-0.2.1.jar | 15 KB |
http-requests-0.2.1-sources.jar | 8 KB |
http-requests-0.2.1-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.datoin.net/http-requests/ -->
<dependency>
<groupId>org.datoin.net</groupId>
<artifactId>http-requests</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.datoin.net/http-requests/
implementation 'org.datoin.net:http-requests:0.2.1'
// https://jarcasting.com/artifacts/org.datoin.net/http-requests/
implementation ("org.datoin.net:http-requests:0.2.1")
'org.datoin.net:http-requests:jar:0.2.1'
<dependency org="org.datoin.net" name="http-requests" rev="0.2.1">
<artifact name="http-requests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datoin.net', module='http-requests', version='0.2.1')
)
libraryDependencies += "org.datoin.net" % "http-requests" % "0.2.1"
[org.datoin.net/http-requests "0.2.1"]