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