GroupId | GroupIdcom.github.ganskef |
---|---|
ArtifactId | ArtifactIdlittleproxy-mitm |
Version | Version1.1.0-beta2b |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ganskef/littleproxy-mitm/ -->
<dependency>
<groupId>com.github.ganskef</groupId>
<artifactId>littleproxy-mitm</artifactId>
<version>1.1.0-beta2b</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ganskef/littleproxy-mitm/
implementation 'com.github.ganskef:littleproxy-mitm:1.1.0-beta2b'
// https://jarcasting.com/artifacts/com.github.ganskef/littleproxy-mitm/
implementation ("com.github.ganskef:littleproxy-mitm:1.1.0-beta2b")
'com.github.ganskef:littleproxy-mitm:jar:1.1.0-beta2b'
<dependency org="com.github.ganskef" name="littleproxy-mitm" rev="1.1.0-beta2b">
<artifact name="littleproxy-mitm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ganskef', module='littleproxy-mitm', version='1.1.0-beta2b')
)
libraryDependencies += "com.github.ganskef" % "littleproxy-mitm" % "1.1.0-beta2b"
[com.github.ganskef/littleproxy-mitm "1.1.0-beta2b"]