GroupId | GroupIdxyz.rogfam |
---|---|
ArtifactId | ArtifactIdlittleproxy |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
littleproxy-2.0.2.pom | |
littleproxy-2.0.2.jar | 135 KB |
littleproxy-2.0.2-sources.jar | 86 KB |
littleproxy-2.0.2-littleproxy-shade.jar | 12 MB |
littleproxy-2.0.2-javadoc.jar | 426 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.rogfam/littleproxy/ -->
<dependency>
<groupId>xyz.rogfam</groupId>
<artifactId>littleproxy</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.rogfam/littleproxy/
implementation 'xyz.rogfam:littleproxy:2.0.2'
// https://jarcasting.com/artifacts/xyz.rogfam/littleproxy/
implementation ("xyz.rogfam:littleproxy:2.0.2")
'xyz.rogfam:littleproxy:jar:2.0.2'
<dependency org="xyz.rogfam" name="littleproxy" rev="2.0.2">
<artifact name="littleproxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.rogfam', module='littleproxy', version='2.0.2')
)
libraryDependencies += "xyz.rogfam" % "littleproxy" % "2.0.2"
[xyz.rogfam/littleproxy "2.0.2"]