View the maven generated site for more information.
License |
License |
---|---|
GroupId | GroupIdau.com.permeance |
ArtifactId | ArtifactIdpermeance-parent |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionpermeance-parent
A maven parent-pom for Permeance projects
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
permeance-parent-0.9.pom | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.com.permeance/permeance-parent/ -->
<dependency>
<groupId>au.com.permeance</groupId>
<artifactId>permeance-parent</artifactId>
<version>0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/au.com.permeance/permeance-parent/
implementation 'au.com.permeance:permeance-parent:0.9'
// https://jarcasting.com/artifacts/au.com.permeance/permeance-parent/
implementation ("au.com.permeance:permeance-parent:0.9")
'au.com.permeance:permeance-parent:pom:0.9'
<dependency org="au.com.permeance" name="permeance-parent" rev="0.9">
<artifact name="permeance-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='au.com.permeance', module='permeance-parent', version='0.9')
)
libraryDependencies += "au.com.permeance" % "permeance-parent" % "0.9"
[au.com.permeance/permeance-parent "0.9"]
View the maven generated site for more information.