GroupId | GroupIdio.github.project-openubl |
---|---|
ArtifactId | ArtifactIdxml-builder |
Version | Version1.1.0.RC1 |
Type | Typepom |
Filename | Size |
---|---|
xml-builder-1.1.0.RC1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.project-openubl/xml-builder/ -->
<dependency>
<groupId>io.github.project-openubl</groupId>
<artifactId>xml-builder</artifactId>
<version>1.1.0.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.project-openubl/xml-builder/
implementation 'io.github.project-openubl:xml-builder:1.1.0.RC1'
// https://jarcasting.com/artifacts/io.github.project-openubl/xml-builder/
implementation ("io.github.project-openubl:xml-builder:1.1.0.RC1")
'io.github.project-openubl:xml-builder:pom:1.1.0.RC1'
<dependency org="io.github.project-openubl" name="xml-builder" rev="1.1.0.RC1">
<artifact name="xml-builder" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.project-openubl', module='xml-builder', version='1.1.0.RC1')
)
libraryDependencies += "io.github.project-openubl" % "xml-builder" % "1.1.0.RC1"
[io.github.project-openubl/xml-builder "1.1.0.RC1"]