Holon Platform Maven integration
This repository contains the Holon Platform Maven super poms and archetypes.
See Holon Platform for overall projects organization and Maven BOMs (Bill of Materials).
License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.holon-platform |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.1.6 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.holon-platform:parent
Parent POM for Holon platform projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.1.6.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.holon-platform/parent/ -->
<dependency>
<groupId>com.holon-platform</groupId>
<artifactId>parent</artifactId>
<version>1.1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform/parent/
implementation 'com.holon-platform:parent:1.1.6'
// https://jarcasting.com/artifacts/com.holon-platform/parent/
implementation ("com.holon-platform:parent:1.1.6")
'com.holon-platform:parent:pom:1.1.6'
<dependency org="com.holon-platform" name="parent" rev="1.1.6">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform', module='parent', version='1.1.6')
)
libraryDependencies += "com.holon-platform" % "parent" % "1.1.6"
[com.holon-platform/parent "1.1.6"]
This repository contains the Holon Platform Maven super poms and archetypes.
See Holon Platform for overall projects organization and Maven BOMs (Bill of Materials).