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.0.1.RELEASE |
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.0.1.RELEASE</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.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.navercorp.spring/spring-boot-autoconfigure-data-jdbc-plus/
implementation ("com.navercorp.spring:spring-boot-autoconfigure-data-jdbc-plus:2.0.1.RELEASE")
'com.navercorp.spring:spring-boot-autoconfigure-data-jdbc-plus:jar:2.0.1.RELEASE'
<dependency org="com.navercorp.spring" name="spring-boot-autoconfigure-data-jdbc-plus" rev="2.0.1.RELEASE">
<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.0.1.RELEASE')
)
libraryDependencies += "com.navercorp.spring" % "spring-boot-autoconfigure-data-jdbc-plus" % "2.0.1.RELEASE"
[com.navercorp.spring/spring-boot-autoconfigure-data-jdbc-plus "2.0.1.RELEASE"]