License |
License |
---|---|
GroupId | GroupIdcn.danielw |
ArtifactId | ArtifactIdspring-jdbc-template |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionSpring JDBC Template
queryForObject() should return null instead of throwing an Exception
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.danielw/spring-jdbc-template/ -->
<dependency>
<groupId>cn.danielw</groupId>
<artifactId>spring-jdbc-template</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.danielw/spring-jdbc-template/
implementation 'cn.danielw:spring-jdbc-template:0.2.1'
// https://jarcasting.com/artifacts/cn.danielw/spring-jdbc-template/
implementation ("cn.danielw:spring-jdbc-template:0.2.1")
'cn.danielw:spring-jdbc-template:jar:0.2.1'
<dependency org="cn.danielw" name="spring-jdbc-template" rev="0.2.1">
<artifact name="spring-jdbc-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.danielw', module='spring-jdbc-template', version='0.2.1')
)
libraryDependencies += "cn.danielw" % "spring-jdbc-template" % "0.2.1"
[cn.danielw/spring-jdbc-template "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 4.3.6.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 2.7.10 |
com.h2database : h2 | jar | 1.4.193 |