| License |
License |
|---|---|
| GroupId | GroupIdcom.panayotis |
| ArtifactId | ArtifactIdxray |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXRay
XRay is a java agent to modify live and on the fly GUI Java applications
|
| Filename | Size |
|---|---|
| xray-0.0.3.pom | |
| xray-0.0.3.jar | 165 KB |
| xray-0.0.3-sources.jar | 117 KB |
| xray-0.0.3-run.jar | 438 KB |
| xray-0.0.3-javadoc.jar | 351 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.panayotis/xray/ -->
<dependency>
<groupId>com.panayotis</groupId>
<artifactId>xray</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.panayotis/xray/
implementation 'com.panayotis:xray:0.0.3'
// https://jarcasting.com/artifacts/com.panayotis/xray/
implementation ("com.panayotis:xray:0.0.3")
'com.panayotis:xray:jar:0.0.3'
<dependency org="com.panayotis" name="xray" rev="0.0.3">
<artifact name="xray" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.panayotis', module='xray', version='0.0.3')
)
libraryDependencies += "com.panayotis" % "xray" % "0.0.3"
[com.panayotis/xray "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.javassist : javassist | jar | 3.22.0-GA |