| Группа | Группаno.difi.vefa |
|---|---|
| Идентификатор | Идентификаторpeppol-mode |
| Версия | Версия1.0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| peppol-mode-1.0.4.pom | |
| peppol-mode-1.0.4.jar | 4 KB |
| peppol-mode-1.0.4-sources.jar | 2 KB |
| peppol-mode-1.0.4-javadoc.jar | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/no.difi.vefa/peppol-mode/ -->
<dependency>
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-mode</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/no.difi.vefa/peppol-mode/
implementation 'no.difi.vefa:peppol-mode:1.0.4'
// https://jarcasting.com/artifacts/no.difi.vefa/peppol-mode/
implementation ("no.difi.vefa:peppol-mode:1.0.4")
'no.difi.vefa:peppol-mode:jar:1.0.4'
<dependency org="no.difi.vefa" name="peppol-mode" rev="1.0.4">
<artifact name="peppol-mode" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.difi.vefa', module='peppol-mode', version='1.0.4')
)
libraryDependencies += "no.difi.vefa" % "peppol-mode" % "1.0.4"
[no.difi.vefa/peppol-mode "1.0.4"]