| License |
License |
|---|---|
| GroupId | GroupIddev.jfr4jdbc |
| ArtifactId | ArtifactIdjfr4jdbc-springboot |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjfr4jdbc-springboot
Jfr4Jdbc for SpringBoot
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jfr4jdbc-springboot-1.0.0.pom | |
| jfr4jdbc-springboot-1.0.0.jar | 4 KB |
| jfr4jdbc-springboot-1.0.0-sources.jar | 3 KB |
| jfr4jdbc-springboot-1.0.0-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.jfr4jdbc/jfr4jdbc-springboot/ -->
<dependency>
<groupId>dev.jfr4jdbc</groupId>
<artifactId>jfr4jdbc-springboot</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.jfr4jdbc/jfr4jdbc-springboot/
implementation 'dev.jfr4jdbc:jfr4jdbc-springboot:1.0.0'
// https://jarcasting.com/artifacts/dev.jfr4jdbc/jfr4jdbc-springboot/
implementation ("dev.jfr4jdbc:jfr4jdbc-springboot:1.0.0")
'dev.jfr4jdbc:jfr4jdbc-springboot:jar:1.0.0'
<dependency org="dev.jfr4jdbc" name="jfr4jdbc-springboot" rev="1.0.0">
<artifact name="jfr4jdbc-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.jfr4jdbc', module='jfr4jdbc-springboot', version='1.0.0')
)
libraryDependencies += "dev.jfr4jdbc" % "jfr4jdbc-springboot" % "1.0.0"
[dev.jfr4jdbc/jfr4jdbc-springboot "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-aop | jar | 2.4.2 |
| org.springframework.boot : spring-boot-starter-jdbc | jar | 2.4.2 |
| dev.jfr4jdbc : jfr4jdbc-driver | jar | 1.1.0 |