License |
License |
---|---|
GroupId | GroupIdorg.swingexplorer |
ArtifactId | ArtifactIdswingexplorer-agent |
Version | Version1.7.0 |
Type | Typejar |
Description |
Descriptionswingexplorer-agent
An agent which instruments Swing application to gather necessary information to Swing Explorer
|
<!-- https://jarcasting.com/artifacts/org.swingexplorer/swingexplorer-agent/ -->
<dependency>
<groupId>org.swingexplorer</groupId>
<artifactId>swingexplorer-agent</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.swingexplorer/swingexplorer-agent/
implementation 'org.swingexplorer:swingexplorer-agent:1.7.0'
// https://jarcasting.com/artifacts/org.swingexplorer/swingexplorer-agent/
implementation ("org.swingexplorer:swingexplorer-agent:1.7.0")
'org.swingexplorer:swingexplorer-agent:jar:1.7.0'
<dependency org="org.swingexplorer" name="swingexplorer-agent" rev="1.7.0">
<artifact name="swingexplorer-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swingexplorer', module='swingexplorer-agent', version='1.7.0')
)
libraryDependencies += "org.swingexplorer" % "swingexplorer-agent" % "1.7.0"
[org.swingexplorer/swingexplorer-agent "1.7.0"]
Group / Artifact | Type | Version |
---|---|---|
javassist : javassist | jar | 3.12.1.GA |