GroupId | GroupIdio.github.project-openubl |
---|---|
ArtifactId | ArtifactIdxbuilder |
Version | Version2.0.0.Alpha1 |
Type | Typejar |
Filename | Size |
---|---|
xbuilder-2.0.0.Alpha1.pom | |
xbuilder-2.0.0.Alpha1.jar | 278 KB |
xbuilder-2.0.0.Alpha1-sources.jar | 157 KB |
xbuilder-2.0.0.Alpha1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.project-openubl/xbuilder/ -->
<dependency>
<groupId>io.github.project-openubl</groupId>
<artifactId>xbuilder</artifactId>
<version>2.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.project-openubl/xbuilder/
implementation 'io.github.project-openubl:xbuilder:2.0.0.Alpha1'
// https://jarcasting.com/artifacts/io.github.project-openubl/xbuilder/
implementation ("io.github.project-openubl:xbuilder:2.0.0.Alpha1")
'io.github.project-openubl:xbuilder:jar:2.0.0.Alpha1'
<dependency org="io.github.project-openubl" name="xbuilder" rev="2.0.0.Alpha1">
<artifact name="xbuilder" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.project-openubl', module='xbuilder', version='2.0.0.Alpha1')
)
libraryDependencies += "io.github.project-openubl" % "xbuilder" % "2.0.0.Alpha1"
[io.github.project-openubl/xbuilder "2.0.0.Alpha1"]