License |
License |
---|---|
GroupId | GroupIdio.github.aomsweet |
ArtifactId | ArtifactIdcyber-core |
Last Version | Last Version1.0.0.alpha3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHigh-performance proxy library based on Netty. Support socks/http mixed protocol, upstream proxy, MITM, intercept and tamper with https traffic.
|
Filename | Size |
---|---|
cyber-core-1.0.0.alpha3.pom | |
cyber-core-1.0.0.alpha3.jar | 60 KB |
cyber-core-1.0.0.alpha3-sources.jar | 40 KB |
cyber-core-1.0.0.alpha3-javadoc.jar | 606 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.aomsweet/cyber-core/ -->
<dependency>
<groupId>io.github.aomsweet</groupId>
<artifactId>cyber-core</artifactId>
<version>1.0.0.alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.aomsweet/cyber-core/
implementation 'io.github.aomsweet:cyber-core:1.0.0.alpha3'
// https://jarcasting.com/artifacts/io.github.aomsweet/cyber-core/
implementation ("io.github.aomsweet:cyber-core:1.0.0.alpha3")
'io.github.aomsweet:cyber-core:jar:1.0.0.alpha3'
<dependency org="io.github.aomsweet" name="cyber-core" rev="1.0.0.alpha3">
<artifact name="cyber-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.aomsweet', module='cyber-core', version='1.0.0.alpha3')
)
libraryDependencies += "io.github.aomsweet" % "cyber-core" % "1.0.0.alpha3"
[io.github.aomsweet/cyber-core "1.0.0.alpha3"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-handler-proxy | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |