GroupId | GroupIdcom.github.sylvainlaurent.jdbcperflogger |
---|---|
ArtifactId | ArtifactIdjdbc-perf-logger |
Version | Version0.7.1 |
Type | Typepom |
Filename | Size |
---|---|
jdbc-perf-logger-0.7.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sylvainlaurent.jdbcperflogger/jdbc-perf-logger/ -->
<dependency>
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
<artifactId>jdbc-perf-logger</artifactId>
<version>0.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sylvainlaurent.jdbcperflogger/jdbc-perf-logger/
implementation 'com.github.sylvainlaurent.jdbcperflogger:jdbc-perf-logger:0.7.1'
// https://jarcasting.com/artifacts/com.github.sylvainlaurent.jdbcperflogger/jdbc-perf-logger/
implementation ("com.github.sylvainlaurent.jdbcperflogger:jdbc-perf-logger:0.7.1")
'com.github.sylvainlaurent.jdbcperflogger:jdbc-perf-logger:pom:0.7.1'
<dependency org="com.github.sylvainlaurent.jdbcperflogger" name="jdbc-perf-logger" rev="0.7.1">
<artifact name="jdbc-perf-logger" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sylvainlaurent.jdbcperflogger', module='jdbc-perf-logger', version='0.7.1')
)
libraryDependencies += "com.github.sylvainlaurent.jdbcperflogger" % "jdbc-perf-logger" % "0.7.1"
[com.github.sylvainlaurent.jdbcperflogger/jdbc-perf-logger "0.7.1"]