| License |
License |
|---|---|
| Categories |
CategorieseXist Data Databases |
| GroupId | GroupIdorg.exist-db |
| ArtifactId | ArtifactIdexist-apps-archetype |
| Last Version | Last Version3.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptioneXist-db Apps Archetype
Maven Archetype for eXist Apps
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| exist-apps-archetype-3.0.1.pom | |
| exist-apps-archetype-3.0.1.jar | 44 KB |
| exist-apps-archetype-3.0.1-sources.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.exist-db/exist-apps-archetype/ -->
<dependency>
<groupId>org.exist-db</groupId>
<artifactId>exist-apps-archetype</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist-apps-archetype/
implementation 'org.exist-db:exist-apps-archetype:3.0.1'
// https://jarcasting.com/artifacts/org.exist-db/exist-apps-archetype/
implementation ("org.exist-db:exist-apps-archetype:3.0.1")
'org.exist-db:exist-apps-archetype:jar:3.0.1'
<dependency org="org.exist-db" name="exist-apps-archetype" rev="3.0.1">
<artifact name="exist-apps-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist-apps-archetype', version='3.0.1')
)
libraryDependencies += "org.exist-db" % "exist-apps-archetype" % "3.0.1"
[org.exist-db/exist-apps-archetype "3.0.1"]