License |
License |
---|---|
GroupId | GroupIdcom.github.jdbc-bare |
ArtifactId | ArtifactIdspring-jdbc-bare-parent |
Version | Version3.1.4.2 |
Type | Typepom |
Description |
DescriptionSpring JDBC Bare - Parent
Spring JDBC Bare Parent
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-jdbc-bare-parent-3.1.4.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jdbc-bare/spring-jdbc-bare-parent/ -->
<dependency>
<groupId>com.github.jdbc-bare</groupId>
<artifactId>spring-jdbc-bare-parent</artifactId>
<version>3.1.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jdbc-bare/spring-jdbc-bare-parent/
implementation 'com.github.jdbc-bare:spring-jdbc-bare-parent:3.1.4.2'
// https://jarcasting.com/artifacts/com.github.jdbc-bare/spring-jdbc-bare-parent/
implementation ("com.github.jdbc-bare:spring-jdbc-bare-parent:3.1.4.2")
'com.github.jdbc-bare:spring-jdbc-bare-parent:pom:3.1.4.2'
<dependency org="com.github.jdbc-bare" name="spring-jdbc-bare-parent" rev="3.1.4.2">
<artifact name="spring-jdbc-bare-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jdbc-bare', module='spring-jdbc-bare-parent', version='3.1.4.2')
)
libraryDependencies += "com.github.jdbc-bare" % "spring-jdbc-bare-parent" % "3.1.4.2"
[com.github.jdbc-bare/spring-jdbc-bare-parent "3.1.4.2"]