GroupId | GroupIdno.difi.vefa |
---|---|
ArtifactId | ArtifactIdpeppol-lookup |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
peppol-lookup-1.0.0.pom | |
peppol-lookup-1.0.0.jar | 41 KB |
peppol-lookup-1.0.0-sources.jar | 30 KB |
peppol-lookup-1.0.0-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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.difi.vefa/peppol-lookup/
implementation 'no.difi.vefa:peppol-lookup:1.0.0'
// https://jarcasting.com/artifacts/no.difi.vefa/peppol-lookup/
implementation ("no.difi.vefa:peppol-lookup:1.0.0")
'no.difi.vefa:peppol-lookup:jar:1.0.0'
<dependency org="no.difi.vefa" name="peppol-lookup" rev="1.0.0">
<artifact name="peppol-lookup" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.difi.vefa', module='peppol-lookup', version='1.0.0')
)
libraryDependencies += "no.difi.vefa" % "peppol-lookup" % "1.0.0"
[no.difi.vefa/peppol-lookup "1.0.0"]