License |
License |
---|---|
GroupId | GroupIdcom.github.marchenkoprojects |
ArtifactId | ArtifactIdprettyjdbc-spring5 |
Version | Version0.5 |
Type | Typejar |
Description |
DescriptionPrettyJDBC-spring5
This project is a decorator PrettyJDBC library for easy integration into Spring Framework 5.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
prettyjdbc-spring5-0.5.pom | |
prettyjdbc-spring5-0.5.jar | 8 KB |
prettyjdbc-spring5-0.5-sources.jar | 7 KB |
prettyjdbc-spring5-0.5-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marchenkoprojects/prettyjdbc-spring5/ -->
<dependency>
<groupId>com.github.marchenkoprojects</groupId>
<artifactId>prettyjdbc-spring5</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marchenkoprojects/prettyjdbc-spring5/
implementation 'com.github.marchenkoprojects:prettyjdbc-spring5:0.5'
// https://jarcasting.com/artifacts/com.github.marchenkoprojects/prettyjdbc-spring5/
implementation ("com.github.marchenkoprojects:prettyjdbc-spring5:0.5")
'com.github.marchenkoprojects:prettyjdbc-spring5:jar:0.5'
<dependency org="com.github.marchenkoprojects" name="prettyjdbc-spring5" rev="0.5">
<artifact name="prettyjdbc-spring5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marchenkoprojects', module='prettyjdbc-spring5', version='0.5')
)
libraryDependencies += "com.github.marchenkoprojects" % "prettyjdbc-spring5" % "0.5"
[com.github.marchenkoprojects/prettyjdbc-spring5 "0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.marchenkoprojects : prettyjdbc | jar | 0.5 |
org.springframework : spring-core Optional | jar | 5.2.9.RELEASE |
org.springframework : spring-beans Optional | jar | 5.2.9.RELEASE |
org.springframework : spring-jdbc Optional | jar | 5.2.9.RELEASE |
org.springframework : spring-tx Optional | jar | 5.2.9.RELEASE |
org.springframework : spring-web Optional | jar | 5.2.9.RELEASE |
org.springframework : spring-webmvc Optional | jar | 5.2.9.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 5.2.9.RELEASE |
junit : junit | jar | 4.12 |
org.hsqldb : hsqldb | jar | 2.5.1 |