jdwp-analyzer
JDWP (Java Debug Wire Protocol) analysis tool to help you debug your JVM or Debugger
| License |
License |
|---|---|
| GroupId | GroupIdcom.badlogicgames |
| ArtifactId | ArtifactIdjdwp-analyzer |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjdwp-analyzer
JDWP Analyzer
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jdwp-analyzer-1.1.pom | |
| jdwp-analyzer-1.1.jar | 222 KB |
| jdwp-analyzer-1.1-sources.jar | 184 KB |
| jdwp-analyzer-1.1-javadoc.jar | 768 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.badlogicgames/jdwp-analyzer/ -->
<dependency>
<groupId>com.badlogicgames</groupId>
<artifactId>jdwp-analyzer</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames/jdwp-analyzer/
implementation 'com.badlogicgames:jdwp-analyzer:1.1'
// https://jarcasting.com/artifacts/com.badlogicgames/jdwp-analyzer/
implementation ("com.badlogicgames:jdwp-analyzer:1.1")
'com.badlogicgames:jdwp-analyzer:jar:1.1'
<dependency org="com.badlogicgames" name="jdwp-analyzer" rev="1.1">
<artifact name="jdwp-analyzer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames', module='jdwp-analyzer', version='1.1')
)
libraryDependencies += "com.badlogicgames" % "jdwp-analyzer" % "1.1"
[com.badlogicgames/jdwp-analyzer "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
JDWP (Java Debug Wire Protocol) analysis tool to help you debug your JVM or Debugger