Files download
File Operation
xml-sender-1.0.0.Final.pom download
Apache Maven
<dependency>
  <groupId>io.github.project-openubl</groupId>
  <artifactId>xml-sender</artifactId>
  <version>1.0.0.Final</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.project-openubl:xml-sender:1.0.0.Final'
Gradle Kotlin
implementation("io.github.project-openubl:xml-sender:1.0.0.Final")
Scala SBT
libraryDependencies += "io.github.project-openubl" % "xml-sender" % "1.0.0.Final"
Groovy Grape
@Grapes(
  @Grab(group='io.github.project-openubl', module='xml-sender', version='1.0.0.Final')
)
Apache Ivy
<dependency org="io.github.project-openubl" name="xml-sender" rev="1.0.0.Final" />
Leiningen
[io.github.project-openubl/xml-sender "1.0.0.Final"]
Apache Buildr
'io.github.project-openubl:xml-sender:jar:1.0.0.Final'
Dependencies
The project has no third-party dependencies