License |
License |
---|---|
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIdjfr-jdbctemplate |
Version | Version0.5.1 |
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.5.1.pom | |
jfr-jdbctemplate-0.5.1.jar | 21 KB |
jfr-jdbctemplate-0.5.1-sources.jar | 9 KB |
jfr-jdbctemplate-0.5.1-javadoc.jar | 622 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/jfr-jdbctemplate/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>jfr-jdbctemplate</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/jfr-jdbctemplate/
implementation 'com.github.marschall:jfr-jdbctemplate:0.5.1'
// https://jarcasting.com/artifacts/com.github.marschall/jfr-jdbctemplate/
implementation ("com.github.marschall:jfr-jdbctemplate:0.5.1")
'com.github.marschall:jfr-jdbctemplate:jar:0.5.1'
<dependency org="com.github.marschall" name="jfr-jdbctemplate" rev="0.5.1">
<artifact name="jfr-jdbctemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='jfr-jdbctemplate', version='0.5.1')
)
libraryDependencies += "com.github.marschall" % "jfr-jdbctemplate" % "0.5.1"
[com.github.marschall/jfr-jdbctemplate "0.5.1"]
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 |