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