zdawn-commons

the main functions of zdawn-commons project include simple orm,common query using jdbc,utility class etc

License

License

GroupId

GroupId

com.zdawn
ArtifactId

ArtifactId

zdawn-commons
Last Version

Last Version

1.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

zdawn-commons
the main functions of zdawn-commons project include simple orm,common query using jdbc,utility class etc
Source Code Management

Source Code Management

https://github.com/zhaobaosheng/zdawn-commons

Download zdawn-commons

How to add to project

<!-- https://jarcasting.com/artifacts/com.zdawn/zdawn-commons/ -->
<dependency>
    <groupId>com.zdawn</groupId>
    <artifactId>zdawn-commons</artifactId>
    <version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zdawn/zdawn-commons/
implementation 'com.zdawn:zdawn-commons:1.7.0'
// https://jarcasting.com/artifacts/com.zdawn/zdawn-commons/
implementation ("com.zdawn:zdawn-commons:1.7.0")
'com.zdawn:zdawn-commons:jar:1.7.0'
<dependency org="com.zdawn" name="zdawn-commons" rev="1.7.0">
  <artifact name="zdawn-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zdawn', module='zdawn-commons', version='1.7.0')
)
libraryDependencies += "com.zdawn" % "zdawn-commons" % "1.7.0"
[com.zdawn/zdawn-commons "1.7.0"]

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30
org.springframework : spring-context jar 4.2.6.RELEASE
org.springframework : spring-aop pom 4.2.6.RELEASE
org.springframework : spring-orm jar 4.2.6.RELEASE
org.springframework : spring-tx jar 4.2.6.RELEASE
com.fasterxml.jackson.core : jackson-core jar 2.11.4
com.fasterxml.jackson.core : jackson-databind jar 2.11.4

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.7.0
1.6.0