License |
License |
---|---|
GroupId | GroupIdorg.codelibs |
ArtifactId | ArtifactIdcurl4j |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptioncUrl-Like Java client
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
curl4j-1.2.6.pom | |
curl4j-1.2.6.jar | 16 KB |
curl4j-1.2.6-sources.jar | 9 KB |
curl4j-1.2.6-javadoc.jar | 454 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codelibs/curl4j/ -->
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>curl4j</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs/curl4j/
implementation 'org.codelibs:curl4j:1.2.6'
// https://jarcasting.com/artifacts/org.codelibs/curl4j/
implementation ("org.codelibs:curl4j:1.2.6")
'org.codelibs:curl4j:jar:1.2.6'
<dependency org="org.codelibs" name="curl4j" rev="1.2.6">
<artifact name="curl4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs', module='curl4j', version='1.2.6')
)
libraryDependencies += "org.codelibs" % "curl4j" % "1.2.6"
[org.codelibs/curl4j "1.2.6"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |