GroupId | GroupIdno.difi.vefa |
---|---|
ArtifactId | ArtifactIdpeppol-common |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
peppol-common-1.0.4.pom | |
peppol-common-1.0.4.jar | 36 KB |
peppol-common-1.0.4-sources.jar | 33 KB |
peppol-common-1.0.4-javadoc.jar | 233 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.difi.vefa/peppol-common/ -->
<dependency>
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-common</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/no.difi.vefa/peppol-common/
implementation 'no.difi.vefa:peppol-common:1.0.4'
// https://jarcasting.com/artifacts/no.difi.vefa/peppol-common/
implementation ("no.difi.vefa:peppol-common:1.0.4")
'no.difi.vefa:peppol-common:jar:1.0.4'
<dependency org="no.difi.vefa" name="peppol-common" rev="1.0.4">
<artifact name="peppol-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.difi.vefa', module='peppol-common', version='1.0.4')
)
libraryDependencies += "no.difi.vefa" % "peppol-common" % "1.0.4"
[no.difi.vefa/peppol-common "1.0.4"]