License |
License |
---|---|
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIdjfr-jdbctemplate |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJFR JdbcTemplate
A JdbcTemplate that generates JFR events.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jfr-jdbctemplate-0.6.0.pom | |
jfr-jdbctemplate-0.6.0.jar | 14 KB |
jfr-jdbctemplate-0.6.0-sources.jar | 7 KB |
jfr-jdbctemplate-0.6.0-javadoc.jar | 411 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/jfr-jdbctemplate/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>jfr-jdbctemplate</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/jfr-jdbctemplate/
implementation 'com.github.marschall:jfr-jdbctemplate:0.6.0'
// https://jarcasting.com/artifacts/com.github.marschall/jfr-jdbctemplate/
implementation ("com.github.marschall:jfr-jdbctemplate:0.6.0")
'com.github.marschall:jfr-jdbctemplate:jar:0.6.0'
<dependency org="com.github.marschall" name="jfr-jdbctemplate" rev="0.6.0">
<artifact name="jfr-jdbctemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='jfr-jdbctemplate', version='0.6.0')
)
libraryDependencies += "com.github.marschall" % "jfr-jdbctemplate" % "0.6.0"
[com.github.marschall/jfr-jdbctemplate "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.platform : junit-platform-jfr | jar |