p

p6spy

P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to the application.
https://github.com/p6spy/p6spy
The Apache Software License, Version 2.0
Quinton McCombs Peter Butkovic Felix Barnsteiner
Files download
File Operation
p6spy-3.2.0.jar download
p6spy-3.2.0.pom download
p6spy-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>p6spy</groupId>
  <artifactId>p6spy</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'p6spy:p6spy:3.2.0'
Gradle Kotlin
implementation("p6spy:p6spy:3.2.0")
Scala SBT
libraryDependencies += "p6spy" % "p6spy" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='p6spy', module='p6spy', version='3.2.0')
)
Apache Ivy
<dependency org="p6spy" name="p6spy" rev="3.2.0" />
Leiningen
[p6spy/p6spy "3.2.0"]
Apache Buildr
'p6spy:p6spy:jar:3.2.0'
Dependencies
The project has no third-party dependencies