| GroupId | GroupIdcom.helger |
|---|---|
| ArtifactId | ArtifactIdph-ubl-jaxb-plugin |
| Version | Version6.0.0-b1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.helger/ph-ubl-jaxb-plugin/ -->
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-ubl-jaxb-plugin</artifactId>
<version>6.0.0-b1</version>
</dependency>
// https://jarcasting.com/artifacts/com.helger/ph-ubl-jaxb-plugin/
implementation 'com.helger:ph-ubl-jaxb-plugin:6.0.0-b1'
// https://jarcasting.com/artifacts/com.helger/ph-ubl-jaxb-plugin/
implementation ("com.helger:ph-ubl-jaxb-plugin:6.0.0-b1")
'com.helger:ph-ubl-jaxb-plugin:jar:6.0.0-b1'
<dependency org="com.helger" name="ph-ubl-jaxb-plugin" rev="6.0.0-b1">
<artifact name="ph-ubl-jaxb-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.helger', module='ph-ubl-jaxb-plugin', version='6.0.0-b1')
)
libraryDependencies += "com.helger" % "ph-ubl-jaxb-plugin" % "6.0.0-b1"
[com.helger/ph-ubl-jaxb-plugin "6.0.0-b1"]