p

p6spy

P6Spy is an open source framework for applications that intercept and optionally modify database statements.
http://www.p6spy.com/
The P6Spy Software License, Version 1.1
Alan Arvesen Bradley Johnson Frank Quatro Jeff Goke thinknot
Files download
File Operation
p6spy-1.3.jar download
p6spy-1.3.pom download
Apache Maven
<dependency>
  <groupId>p6spy</groupId>
  <artifactId>p6spy</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'p6spy:p6spy:1.3'
Gradle Kotlin
implementation("p6spy:p6spy:1.3")
Scala SBT
libraryDependencies += "p6spy" % "p6spy" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='p6spy', module='p6spy', version='1.3')
)
Apache Ivy
<dependency org="p6spy" name="p6spy" rev="1.3" />
Leiningen
[p6spy/p6spy "1.3"]
Apache Buildr
'p6spy:p6spy:jar:1.3'