не последняя версия
Последняя версия 1.8.0

org.patterntesting:patterntesting-agent 1.6.3

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.

Группа

Группа

org.patterntesting
Идентификатор

Идентификатор

patterntesting-agent
Версия

Версия

1.6.3
Тип

Тип

jar

Скачать patterntesting-agent 1.6.3


<!-- https://jarcasting.com/artifacts/org.patterntesting/patterntesting-agent/ -->
<dependency>
    <groupId>org.patterntesting</groupId>
    <artifactId>patterntesting-agent</artifactId>
    <version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-agent/
implementation 'org.patterntesting:patterntesting-agent:1.6.3'
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-agent/
implementation ("org.patterntesting:patterntesting-agent:1.6.3")
'org.patterntesting:patterntesting-agent:jar:1.6.3'
<dependency org="org.patterntesting" name="patterntesting-agent" rev="1.6.3">
  <artifact name="patterntesting-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.patterntesting', module='patterntesting-agent', version='1.6.3')
)
libraryDependencies += "org.patterntesting" % "patterntesting-agent" % "1.6.3"
[org.patterntesting/patterntesting-agent "1.6.3"]