is not current version
Last Version 3.9.1

p6spy:p6spy 3.0.0-rc2

P6Spy is a framework that enables database activity to be seamlessly intercepted and logged with no code changes to existing applications.

Categories

Categories

p6spy Application Layer Libs Logging
GroupId

GroupId

p6spy
ArtifactId

ArtifactId

p6spy
Version

Version

3.0.0-rc2
Type

Type

jar

Download p6spy 3.0.0-rc2


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