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