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