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