Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.sylvainlaurent.jdbcperflogger |
ArtifactId | ArtifactIdjdbc-perf-logger-spring-boot-starter |
Version | Version0.7.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sylvainlaurent.jdbcperflogger/jdbc-perf-logger-spring-boot-starter/ -->
<dependency>
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
<artifactId>jdbc-perf-logger-spring-boot-starter</artifactId>
<version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sylvainlaurent.jdbcperflogger/jdbc-perf-logger-spring-boot-starter/
implementation 'com.github.sylvainlaurent.jdbcperflogger:jdbc-perf-logger-spring-boot-starter:0.7.3'
// https://jarcasting.com/artifacts/com.github.sylvainlaurent.jdbcperflogger/jdbc-perf-logger-spring-boot-starter/
implementation ("com.github.sylvainlaurent.jdbcperflogger:jdbc-perf-logger-spring-boot-starter:0.7.3")
'com.github.sylvainlaurent.jdbcperflogger:jdbc-perf-logger-spring-boot-starter:jar:0.7.3'
<dependency org="com.github.sylvainlaurent.jdbcperflogger" name="jdbc-perf-logger-spring-boot-starter" rev="0.7.3">
<artifact name="jdbc-perf-logger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sylvainlaurent.jdbcperflogger', module='jdbc-perf-logger-spring-boot-starter', version='0.7.3')
)
libraryDependencies += "com.github.sylvainlaurent.jdbcperflogger" % "jdbc-perf-logger-spring-boot-starter" % "0.7.3"
[com.github.sylvainlaurent.jdbcperflogger/jdbc-perf-logger-spring-boot-starter "0.7.3"]