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.5.1.jar download
p6spy-3.5.1.pom download
p6spy-3.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>p6spy</groupId>
  <artifactId>p6spy</artifactId>
  <version>3.5.1</version>
</dependency>
Gradle Groovy
implementation 'p6spy:p6spy:3.5.1'
Gradle Kotlin
implementation("p6spy:p6spy:3.5.1")
Scala SBT
libraryDependencies += "p6spy" % "p6spy" % "3.5.1"
Groovy Grape
@Grapes(
  @Grab(group='p6spy', module='p6spy', version='3.5.1')
)
Apache Ivy
<dependency org="p6spy" name="p6spy" rev="3.5.1" />
Leiningen
[p6spy/p6spy "3.5.1"]
Apache Buildr
'p6spy:p6spy:jar:3.5.1'
Dependencies
The project has no third-party dependencies