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