Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnetwork.oxalis.vefa |
ArtifactId | ArtifactIdpeppol-common |
Version | Version2.0.0.RC1 |
Type | Typejar |
Filename | Size |
---|---|
peppol-common-2.0.0.RC1.pom | |
peppol-common-2.0.0.RC1.jar | 43 KB |
peppol-common-2.0.0.RC1-sources.jar | 35 KB |
peppol-common-2.0.0.RC1-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/network.oxalis.vefa/peppol-common/ -->
<dependency>
<groupId>network.oxalis.vefa</groupId>
<artifactId>peppol-common</artifactId>
<version>2.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/network.oxalis.vefa/peppol-common/
implementation 'network.oxalis.vefa:peppol-common:2.0.0.RC1'
// https://jarcasting.com/artifacts/network.oxalis.vefa/peppol-common/
implementation ("network.oxalis.vefa:peppol-common:2.0.0.RC1")
'network.oxalis.vefa:peppol-common:jar:2.0.0.RC1'
<dependency org="network.oxalis.vefa" name="peppol-common" rev="2.0.0.RC1">
<artifact name="peppol-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='network.oxalis.vefa', module='peppol-common', version='2.0.0.RC1')
)
libraryDependencies += "network.oxalis.vefa" % "peppol-common" % "2.0.0.RC1"
[network.oxalis.vefa/peppol-common "2.0.0.RC1"]