GroupId | GroupIdno.difi.vefa |
---|---|
ArtifactId | ArtifactIdpeppol-parent |
Version | Version0.9.5 |
Type | Typepom |
Filename | Size |
---|---|
peppol-parent-0.9.5.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.difi.vefa/peppol-parent/ -->
<dependency>
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-parent</artifactId>
<version>0.9.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/no.difi.vefa/peppol-parent/
implementation 'no.difi.vefa:peppol-parent:0.9.5'
// https://jarcasting.com/artifacts/no.difi.vefa/peppol-parent/
implementation ("no.difi.vefa:peppol-parent:0.9.5")
'no.difi.vefa:peppol-parent:pom:0.9.5'
<dependency org="no.difi.vefa" name="peppol-parent" rev="0.9.5">
<artifact name="peppol-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='no.difi.vefa', module='peppol-parent', version='0.9.5')
)
libraryDependencies += "no.difi.vefa" % "peppol-parent" % "0.9.5"
[no.difi.vefa/peppol-parent "0.9.5"]