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
文件下载
文件名 操作
p6spy-2.1.3.jar 下载
p6spy-2.1.3.pom 下载
p6spy-2.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>p6spy</groupId>
  <artifactId>p6spy</artifactId>
  <version>2.1.3</version>
</dependency>
Gradle Groovy
implementation 'p6spy:p6spy:2.1.3'
Gradle Kotlin
implementation("p6spy:p6spy:2.1.3")
Scala SBT
libraryDependencies += "p6spy" % "p6spy" % "2.1.3"
Groovy Grape
@Grapes(
  @Grab(group='p6spy', module='p6spy', version='2.1.3')
)
Apache Ivy
<dependency org="p6spy" name="p6spy" rev="2.1.3" />
Leiningen
[p6spy/p6spy "2.1.3"]
Apache Buildr
'p6spy:p6spy:jar:2.1.3'