License |
License
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
|
---|---|
GroupId | GroupIdorg.drombler.acp |
ArtifactId | ArtifactIddrombler-acp-parent |
Version | Version1.0 |
Type | Typepom |
Description |
DescriptionDrombler ACP - Parent
The parent POM of the Drombler ACP (Abstract Client Platform) project. This Drombler ACP Parent POM should be the parent (either directly or indirectly) of every Drombler ACP project unless there is a good reason to do otherwise (in which case the reason should be documented).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
drombler-acp-parent-1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.drombler.acp/drombler-acp-parent/ -->
<dependency>
<groupId>org.drombler.acp</groupId>
<artifactId>drombler-acp-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.drombler.acp/drombler-acp-parent/
implementation 'org.drombler.acp:drombler-acp-parent:1.0'
// https://jarcasting.com/artifacts/org.drombler.acp/drombler-acp-parent/
implementation ("org.drombler.acp:drombler-acp-parent:1.0")
'org.drombler.acp:drombler-acp-parent:pom:1.0'
<dependency org="org.drombler.acp" name="drombler-acp-parent" rev="1.0">
<artifact name="drombler-acp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.drombler.acp', module='drombler-acp-parent', version='1.0')
)
libraryDependencies += "org.drombler.acp" % "drombler-acp-parent" % "1.0"
[org.drombler.acp/drombler-acp-parent "1.0"]