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