License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.jingshouyan |
ArtifactId | ArtifactIdj-jdbc-data-init |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCrud enhancement based on spring-jdbc-template.
|
Filename | Size |
---|---|
j-jdbc-data-init-1.3.0.pom | |
j-jdbc-data-init-1.3.0.jar | 9 KB |
j-jdbc-data-init-1.3.0-sources.jar | 5 KB |
j-jdbc-data-init-1.3.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jingshouyan/j-jdbc-data-init/ -->
<dependency>
<groupId>com.github.jingshouyan</groupId>
<artifactId>j-jdbc-data-init</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jingshouyan/j-jdbc-data-init/
implementation 'com.github.jingshouyan:j-jdbc-data-init:1.3.0'
// https://jarcasting.com/artifacts/com.github.jingshouyan/j-jdbc-data-init/
implementation ("com.github.jingshouyan:j-jdbc-data-init:1.3.0")
'com.github.jingshouyan:j-jdbc-data-init:jar:1.3.0'
<dependency org="com.github.jingshouyan" name="j-jdbc-data-init" rev="1.3.0">
<artifact name="j-jdbc-data-init" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jingshouyan', module='j-jdbc-data-init', version='1.3.0')
)
libraryDependencies += "com.github.jingshouyan" % "j-jdbc-data-init" % "1.3.0"
[com.github.jingshouyan/j-jdbc-data-init "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
com.github.jingshouyan : j-jdbc-core | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |