License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdio.github.xcr1234 |
ArtifactId | ArtifactIdnorm |
Version | Version2.4 |
Type | Typejar |
Description |
Descriptionnorm
a small java orm library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
norm-2.4.pom | |
norm-2.4.jar | 160 KB |
norm-2.4-sources.jar | 84 KB |
norm-2.4-javadoc.jar | 737 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xcr1234/norm/ -->
<dependency>
<groupId>io.github.xcr1234</groupId>
<artifactId>norm</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xcr1234/norm/
implementation 'io.github.xcr1234:norm:2.4'
// https://jarcasting.com/artifacts/io.github.xcr1234/norm/
implementation ("io.github.xcr1234:norm:2.4")
'io.github.xcr1234:norm:jar:2.4'
<dependency org="io.github.xcr1234" name="norm" rev="2.4">
<artifact name="norm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xcr1234', module='norm', version='2.4')
)
libraryDependencies += "io.github.xcr1234" % "norm" % "2.4"
[io.github.xcr1234/norm "2.4"]
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core Optional | jar | 4.3.19.RELEASE |
org.springframework : spring-beans Optional | jar | 4.2.5.RELEASE |
org.springframework : spring-context Optional | jar | 4.2.5.RELEASE |
org.springframework : spring-jdbc Optional | jar | 4.2.5.RELEASE |
org.slf4j : slf4j-api Optional | jar | 1.7.25 |
org.springframework : spring-test Optional | jar | 4.2.5.RELEASE |
org.mybatis : mybatis | jar | 3.4.4 |
org.mybatis : mybatis-spring | jar | 1.3.1 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.h2database : h2 | jar | 1.3.162 |
mysql : mysql-connector-java | jar | 5.1.38 |
org.apache.commons : commons-dbcp2 | jar | 2.1.1 |