| License |
License |
|---|---|
| GroupId | GroupIdorg.patterntesting |
| ArtifactId | ArtifactIdpatterntesting-agent |
| Last Version | Last Version1.8.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpatterntesting-agent
PatternTesting Agent (patterntesting-agent) is the agent for patterntesting-rt
for classloaders which are not supported out of the box (like e.g. the classloader
of the IBM JDK). With this agent patterntesting-rt is able to get the needed
infos.
If you use Sun's JDK you don't need it.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.patterntesting/patterntesting-agent/ -->
<dependency>
<groupId>org.patterntesting</groupId>
<artifactId>patterntesting-agent</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-agent/
implementation 'org.patterntesting:patterntesting-agent:1.8.0'
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-agent/
implementation ("org.patterntesting:patterntesting-agent:1.8.0")
'org.patterntesting:patterntesting-agent:jar:1.8.0'
<dependency org="org.patterntesting" name="patterntesting-agent" rev="1.8.0">
<artifact name="patterntesting-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.patterntesting', module='patterntesting-agent', version='1.8.0')
)
libraryDependencies += "org.patterntesting" % "patterntesting-agent" % "1.8.0"
[org.patterntesting/patterntesting-agent "1.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.aspectj : aspectjrt | jar | 1.8.7 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| junit : junit | jar | [4.5,4.12] |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.apache.logging.log4j : log4j-api | jar | [2.6.2,2.7] |
| org.apache.logging.log4j : log4j-core | jar | [2.6.2,2.7] |