| License |
License |
|---|---|
| GroupId | GroupIdio.github.byc-smart |
| ArtifactId | ArtifactIdcloud-parent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionThis is the parent project of all the framework projects
|
| Filename | Size |
|---|---|
| cloud-parent-1.0.0.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.byc-smart/cloud-parent/ -->
<dependency>
<groupId>io.github.byc-smart</groupId>
<artifactId>cloud-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.byc-smart/cloud-parent/
implementation 'io.github.byc-smart:cloud-parent:1.0.0'
// https://jarcasting.com/artifacts/io.github.byc-smart/cloud-parent/
implementation ("io.github.byc-smart:cloud-parent:1.0.0")
'io.github.byc-smart:cloud-parent:pom:1.0.0'
<dependency org="io.github.byc-smart" name="cloud-parent" rev="1.0.0">
<artifact name="cloud-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.byc-smart', module='cloud-parent', version='1.0.0')
)
libraryDependencies += "io.github.byc-smart" % "cloud-parent" % "1.0.0"
[io.github.byc-smart/cloud-parent "1.0.0"]