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