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