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