Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.unit8.bouncr |
ArtifactId | ArtifactIdbouncr-proxy |
Version | Version0.2.8 |
Type | Typejar |
Filename | Size |
---|---|
bouncr-proxy-0.2.8.pom | |
bouncr-proxy-0.2.8.jar | 36 KB |
bouncr-proxy-0.2.8-sources.jar | 16 KB |
bouncr-proxy-0.2.8-javadoc.jar | 462 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.unit8.bouncr/bouncr-proxy/ -->
<dependency>
<groupId>net.unit8.bouncr</groupId>
<artifactId>bouncr-proxy</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.unit8.bouncr/bouncr-proxy/
implementation 'net.unit8.bouncr:bouncr-proxy:0.2.8'
// https://jarcasting.com/artifacts/net.unit8.bouncr/bouncr-proxy/
implementation ("net.unit8.bouncr:bouncr-proxy:0.2.8")
'net.unit8.bouncr:bouncr-proxy:jar:0.2.8'
<dependency org="net.unit8.bouncr" name="bouncr-proxy" rev="0.2.8">
<artifact name="bouncr-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.unit8.bouncr', module='bouncr-proxy', version='0.2.8')
)
libraryDependencies += "net.unit8.bouncr" % "bouncr-proxy" % "0.2.8"
[net.unit8.bouncr/bouncr-proxy "0.2.8"]