| License | License | 
|---|---|
| GroupId | GroupIdio.github.byc-smart | 
| ArtifactId | ArtifactIdroot | 
| Last Version | Last Version1.0.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionroot byc-smart | 
| Filename | Size | 
|---|---|
| root-1.0.2.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.byc-smart/root/ -->
<dependency>
    <groupId>io.github.byc-smart</groupId>
    <artifactId>root</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/io.github.byc-smart/root/
implementation 'io.github.byc-smart:root:1.0.2'// https://jarcasting.com/artifacts/io.github.byc-smart/root/
implementation ("io.github.byc-smart:root:1.0.2")'io.github.byc-smart:root:pom:1.0.2'<dependency org="io.github.byc-smart" name="root" rev="1.0.2">
  <artifact name="root" type="pom" />
</dependency>@Grapes(
@Grab(group='io.github.byc-smart', module='root', version='1.0.2')
)libraryDependencies += "io.github.byc-smart" % "root" % "1.0.2"[io.github.byc-smart/root "1.0.2"]