License |
License |
---|---|
GroupId | GroupIdorg.appfuse |
ArtifactId | ArtifactIdappfuse-core |
Last Version | Last Version2.0-m5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAppFuse Core Archetype
Maven 2 archetype that creates a backend (Managers, DAOs and Web Services)
application with AppFuse embedded in it.
|
Filename | Size |
---|---|
appfuse-core-2.0-m5.pom | |
appfuse-core-2.0-m5.jar | 13 KB |
appfuse-core-2.0-m5-sources.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-core/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-core</artifactId>
<version>2.0-m5</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-core/
implementation 'org.appfuse:appfuse-core:2.0-m5'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-core/
implementation ("org.appfuse:appfuse-core:2.0-m5")
'org.appfuse:appfuse-core:jar:2.0-m5'
<dependency org="org.appfuse" name="appfuse-core" rev="2.0-m5">
<artifact name="appfuse-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-core', version='2.0-m5')
)
libraryDependencies += "org.appfuse" % "appfuse-core" % "2.0-m5"
[org.appfuse/appfuse-core "2.0-m5"]
Group / Artifact | Type | Version |
---|---|---|
org.acegisecurity : acegi-security-tiger | jar | 1.0.3 |
junit : junit Optional | jar | 3.8.2 |
log4j : log4j | jar | 1.2.13 |
mysql : mysql-connector-java | jar | 5.0.5 |
org.springframework : spring | jar | 2.0.5 |
org.springframework : spring-mock Optional | jar | 2.0.5 |