GroupId | GroupIdca.grimoire |
---|---|
ArtifactId | ArtifactIdalchemy-parent |
Last Version | Last Version5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAlchemy Common Settings
Distribution management and common base settings for Alchemy projects.
|
Project Organization |
Project OrganizationGrimoire Alchymia |
Filename | Size |
---|---|
alchemy-parent-5.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.grimoire/alchemy-parent/ -->
<dependency>
<groupId>ca.grimoire</groupId>
<artifactId>alchemy-parent</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ca.grimoire/alchemy-parent/
implementation 'ca.grimoire:alchemy-parent:5'
// https://jarcasting.com/artifacts/ca.grimoire/alchemy-parent/
implementation ("ca.grimoire:alchemy-parent:5")
'ca.grimoire:alchemy-parent:pom:5'
<dependency org="ca.grimoire" name="alchemy-parent" rev="5">
<artifact name="alchemy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ca.grimoire', module='alchemy-parent', version='5')
)
libraryDependencies += "ca.grimoire" % "alchemy-parent" % "5"
[ca.grimoire/alchemy-parent "5"]