Categories |
CategoriesSpring Boot Container Microservices Data Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.navercorp.spring |
ArtifactId | ArtifactIdspring-boot-autoconfigure-data-jdbc-plus |
Version | Version2.1.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.navercorp.spring/spring-boot-autoconfigure-data-jdbc-plus/ -->
<dependency>
<groupId>com.navercorp.spring</groupId>
<artifactId>spring-boot-autoconfigure-data-jdbc-plus</artifactId>
<version>2.1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.navercorp.spring/spring-boot-autoconfigure-data-jdbc-plus/
implementation 'com.navercorp.spring:spring-boot-autoconfigure-data-jdbc-plus:2.1.0-RC2'
// https://jarcasting.com/artifacts/com.navercorp.spring/spring-boot-autoconfigure-data-jdbc-plus/
implementation ("com.navercorp.spring:spring-boot-autoconfigure-data-jdbc-plus:2.1.0-RC2")
'com.navercorp.spring:spring-boot-autoconfigure-data-jdbc-plus:jar:2.1.0-RC2'
<dependency org="com.navercorp.spring" name="spring-boot-autoconfigure-data-jdbc-plus" rev="2.1.0-RC2">
<artifact name="spring-boot-autoconfigure-data-jdbc-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.navercorp.spring', module='spring-boot-autoconfigure-data-jdbc-plus', version='2.1.0-RC2')
)
libraryDependencies += "com.navercorp.spring" % "spring-boot-autoconfigure-data-jdbc-plus" % "2.1.0-RC2"
[com.navercorp.spring/spring-boot-autoconfigure-data-jdbc-plus "2.1.0-RC2"]