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