Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdcom.datadoghq |
ArtifactId | ArtifactIdspring-boot-jdbc |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
spring-boot-jdbc-0.1.1.pom | |
spring-boot-jdbc-0.1.1.jar | 6 KB |
spring-boot-jdbc-0.1.1-sources.jar | 3 KB |
spring-boot-jdbc-0.1.1-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.datadoghq/spring-boot-jdbc/ -->
<dependency>
<groupId>com.datadoghq</groupId>
<artifactId>spring-boot-jdbc</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.datadoghq/spring-boot-jdbc/
implementation 'com.datadoghq:spring-boot-jdbc:0.1.1'
// https://jarcasting.com/artifacts/com.datadoghq/spring-boot-jdbc/
implementation ("com.datadoghq:spring-boot-jdbc:0.1.1")
'com.datadoghq:spring-boot-jdbc:jar:0.1.1'
<dependency org="com.datadoghq" name="spring-boot-jdbc" rev="0.1.1">
<artifact name="spring-boot-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datadoghq', module='spring-boot-jdbc', version='0.1.1')
)
libraryDependencies += "com.datadoghq" % "spring-boot-jdbc" % "0.1.1"
[com.datadoghq/spring-boot-jdbc "0.1.1"]