Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.kupal.commons |
ArtifactId | ArtifactIdcommon-data-access |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommon-data-access
|
Filename | Size |
---|---|
common-data-access-1.0.pom | |
common-data-access-1.0.jar | 13 KB |
common-data-access-1.0-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kupal.commons/common-data-access/ -->
<dependency>
<groupId>com.kupal.commons</groupId>
<artifactId>common-data-access</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kupal.commons/common-data-access/
implementation 'com.kupal.commons:common-data-access:1.0'
// https://jarcasting.com/artifacts/com.kupal.commons/common-data-access/
implementation ("com.kupal.commons:common-data-access:1.0")
'com.kupal.commons:common-data-access:jar:1.0'
<dependency org="com.kupal.commons" name="common-data-access" rev="1.0">
<artifact name="common-data-access" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kupal.commons', module='common-data-access', version='1.0')
)
libraryDependencies += "com.kupal.commons" % "common-data-access" % "1.0"
[com.kupal.commons/common-data-access "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.kupal.commons : common-domain-model | jar | 1.0 |
log4j : log4j | jar | 1.2.9 |
javax.persistence : persistence-api | jar | 1.0 |
org.hibernate : hibernate | jar | 3.2.4.sp1 |
org.hibernate : hibernate-validator | jar | 3.0.0.ga |
org.slf4j : slf4j-log4j12 | jar | 1.5.2 |
org.slf4j : slf4j-api | jar | 1.5.2 |
commons-collections : commons-collections | jar | 3.2 |