| Группа | Группаio.github.project-openubl |
|---|---|
| Идентификатор | Идентификаторxsender |
| Версия | Версия3.0.2.Final |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xsender-3.0.2.Final.pom | |
| xsender-3.0.2.Final.jar | 165 KB |
| xsender-3.0.2.Final-sources.jar | 131 KB |
| xsender-3.0.2.Final-javadoc.jar | 694 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.project-openubl/xsender/ -->
<dependency>
<groupId>io.github.project-openubl</groupId>
<artifactId>xsender</artifactId>
<version>3.0.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.project-openubl/xsender/
implementation 'io.github.project-openubl:xsender:3.0.2.Final'
// https://jarcasting.com/artifacts/io.github.project-openubl/xsender/
implementation ("io.github.project-openubl:xsender:3.0.2.Final")
'io.github.project-openubl:xsender:jar:3.0.2.Final'
<dependency org="io.github.project-openubl" name="xsender" rev="3.0.2.Final">
<artifact name="xsender" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.project-openubl', module='xsender', version='3.0.2.Final')
)
libraryDependencies += "io.github.project-openubl" % "xsender" % "3.0.2.Final"
[io.github.project-openubl/xsender "3.0.2.Final"]