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