| License |
License |
|---|---|
| Categories |
CategorieseXist Data Databases |
| GroupId | GroupIdorg.exist-db |
| ArtifactId | ArtifactIdexist-apps-archetype |
| Version | Version2.1.0 |
| 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-2.1.0.pom | |
| exist-apps-archetype-2.1.0.jar | 44 KB |
| exist-apps-archetype-2.1.0-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>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist-apps-archetype/
implementation 'org.exist-db:exist-apps-archetype:2.1.0'
// https://jarcasting.com/artifacts/org.exist-db/exist-apps-archetype/
implementation ("org.exist-db:exist-apps-archetype:2.1.0")
'org.exist-db:exist-apps-archetype:jar:2.1.0'
<dependency org="org.exist-db" name="exist-apps-archetype" rev="2.1.0">
<artifact name="exist-apps-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist-apps-archetype', version='2.1.0')
)
libraryDependencies += "org.exist-db" % "exist-apps-archetype" % "2.1.0"
[org.exist-db/exist-apps-archetype "2.1.0"]