GroupId | GroupIdcom.opuscapita.peppol |
---|---|
ArtifactId | ArtifactIdpeppol-commons |
Version | Version1.0.25 |
Type | Typejar |
Filename | Size |
---|---|
peppol-commons-1.0.25.pom | |
peppol-commons-1.0.25.jar | 144 KB |
peppol-commons-1.0.25-tests.jar | 4 KB |
peppol-commons-1.0.25-sources.jar | 54 KB |
peppol-commons-1.0.25-javadoc.jar | 261 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opuscapita.peppol/peppol-commons/ -->
<dependency>
<groupId>com.opuscapita.peppol</groupId>
<artifactId>peppol-commons</artifactId>
<version>1.0.25</version>
</dependency>
// https://jarcasting.com/artifacts/com.opuscapita.peppol/peppol-commons/
implementation 'com.opuscapita.peppol:peppol-commons:1.0.25'
// https://jarcasting.com/artifacts/com.opuscapita.peppol/peppol-commons/
implementation ("com.opuscapita.peppol:peppol-commons:1.0.25")
'com.opuscapita.peppol:peppol-commons:jar:1.0.25'
<dependency org="com.opuscapita.peppol" name="peppol-commons" rev="1.0.25">
<artifact name="peppol-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opuscapita.peppol', module='peppol-commons', version='1.0.25')
)
libraryDependencies += "com.opuscapita.peppol" % "peppol-commons" % "1.0.25"
[com.opuscapita.peppol/peppol-commons "1.0.25"]