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