is not current version
Last Version 3.9.1

p6spy:p6spy 1.3

P6Spy is an open source framework for applications that intercept and optionally modify database statements.

Categories

Categories

p6spy Application Layer Libs Logging
GroupId

GroupId

p6spy
ArtifactId

ArtifactId

p6spy
Version

Version

1.3
Type

Type

jar

Download p6spy 1.3

Filename Size
p6spy-1.3.pom
p6spy-1.3.jar 104 KB
Browse

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