Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdcom.datadoghq |
ArtifactId | ArtifactIdspring-boot-jdbc |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-jdbc-0.0.1.pom | |
spring-boot-jdbc-0.0.1.jar | 6 KB |
spring-boot-jdbc-0.0.1-sources.jar | 3 KB |
spring-boot-jdbc-0.0.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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.datadoghq/spring-boot-jdbc/
implementation 'com.datadoghq:spring-boot-jdbc:0.0.1'
// https://jarcasting.com/artifacts/com.datadoghq/spring-boot-jdbc/
implementation ("com.datadoghq:spring-boot-jdbc:0.0.1")
'com.datadoghq:spring-boot-jdbc:jar:0.0.1'
<dependency org="com.datadoghq" name="spring-boot-jdbc" rev="0.0.1">
<artifact name="spring-boot-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datadoghq', module='spring-boot-jdbc', version='0.0.1')
)
libraryDependencies += "com.datadoghq" % "spring-boot-jdbc" % "0.0.1"
[com.datadoghq/spring-boot-jdbc "0.0.1"]