License |
License |
---|---|
GroupId | GroupIdcom.github.zhkl0228 |
ArtifactId | ArtifactIdsnoop-api |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsnoop-api
Allows you to intercept Java applications locally
|
Project URL |
Project URL |
Filename | Size |
---|---|
snoop-api-2.0.2.pom | |
snoop-api-2.0.2.jar | 51 KB |
snoop-api-2.0.2-sources.jar | 30 KB |
snoop-api-2.0.2-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhkl0228/snoop-api/ -->
<dependency>
<groupId>com.github.zhkl0228</groupId>
<artifactId>snoop-api</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhkl0228/snoop-api/
implementation 'com.github.zhkl0228:snoop-api:2.0.2'
// https://jarcasting.com/artifacts/com.github.zhkl0228/snoop-api/
implementation ("com.github.zhkl0228:snoop-api:2.0.2")
'com.github.zhkl0228:snoop-api:jar:2.0.2'
<dependency org="com.github.zhkl0228" name="snoop-api" rev="2.0.2">
<artifact name="snoop-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhkl0228', module='snoop-api', version='2.0.2')
)
libraryDependencies += "com.github.zhkl0228" % "snoop-api" % "2.0.2"
[com.github.zhkl0228/snoop-api "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist | jar | 3.28.0-GA |