License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.appfuse |
ArtifactId | ArtifactIdappfuse-data |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAppFuse Data Modules
AppFuse domain objects (appfuse-data-common) and DAO frameworks (Hibernate and JPA).
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
appfuse-data-3.5.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-data/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-data</artifactId>
<version>3.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-data/
implementation 'org.appfuse:appfuse-data:3.5.0'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-data/
implementation ("org.appfuse:appfuse-data:3.5.0")
'org.appfuse:appfuse-data:pom:3.5.0'
<dependency org="org.appfuse" name="appfuse-data" rev="3.5.0">
<artifact name="appfuse-data" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-data', version='3.5.0')
)
libraryDependencies += "org.appfuse" % "appfuse-data" % "3.5.0"
[org.appfuse/appfuse-data "3.5.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-beanutils : commons-beanutils | jar | 1.9.2 |
org.springframework : spring-aop | jar | |
org.springframework : spring-context | jar | |
org.springframework : spring-jdbc | jar | |
org.springframework : spring-orm | jar | |
commons-lang : commons-lang | jar | 2.6 |
org.springframework.security : spring-security-core | jar | |
org.springframework.security : spring-security-config | jar | |
org.springframework.security : spring-security-ldap | jar | |
org.aspectj : aspectjweaver | jar | 1.8.4 |
org.aspectj : aspectjrt | jar | 1.8.4 |
junit : junit Optional | jar | 4.12 |
org.slf4j : slf4j-api | jar | 1.7.7 |
org.apache.logging.log4j : log4j-jcl | jar | 2.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.1 |
org.apache.logging.log4j : log4j-core | jar | 2.1 |
org.jboss.logging : jboss-logging | jar | 3.2.0.Beta1 |
mysql : mysql-connector-java | jar | 5.1.27 |
org.springframework : spring-test Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |