p

p6spy

P6Spy is a framework that enables database activity to be seamlessly intercepted and logged with no code changes to existing applications.
http://p6spy.github.io/p6spy/
Apache License, Version 2.0
P6Spy
Alan Arvesen Bradley Johnson Frank Quatro Jeff Goke thinknot patmoore qmccombs Peter Butkovic
Files download
File Operation
p6spy-2.3.1.jar download
p6spy-2.3.1.pom download
p6spy-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>p6spy</groupId>
  <artifactId>p6spy</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'p6spy:p6spy:2.3.1'
Gradle Kotlin
implementation("p6spy:p6spy:2.3.1")
Scala SBT
libraryDependencies += "p6spy" % "p6spy" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='p6spy', module='p6spy', version='2.3.1')
)
Apache Ivy
<dependency org="p6spy" name="p6spy" rev="2.3.1" />
Leiningen
[p6spy/p6spy "2.3.1"]
Apache Buildr
'p6spy:p6spy:jar:2.3.1'