| GroupId | GroupIdorg.httpobjects |
|---|---|
| ArtifactId | ArtifactIdhttpobjects |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| httpobjects-0.9.0.pom | |
| httpobjects-0.9.0.jar | 84 KB |
| httpobjects-0.9.0-sources.jar | 73 KB |
| httpobjects-0.9.0-javadoc.jar | 357 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.httpobjects/httpobjects/ -->
<dependency>
<groupId>org.httpobjects</groupId>
<artifactId>httpobjects</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.httpobjects/httpobjects/
implementation 'org.httpobjects:httpobjects:0.9.0'
// https://jarcasting.com/artifacts/org.httpobjects/httpobjects/
implementation ("org.httpobjects:httpobjects:0.9.0")
'org.httpobjects:httpobjects:jar:0.9.0'
<dependency org="org.httpobjects" name="httpobjects" rev="0.9.0">
<artifact name="httpobjects" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httpobjects', module='httpobjects', version='0.9.0')
)
libraryDependencies += "org.httpobjects" % "httpobjects" % "0.9.0"
[org.httpobjects/httpobjects "0.9.0"]