License |
License |
---|---|
GroupId | GroupIdcom.xzixi.framework |
ArtifactId | ArtifactIdboot |
Last Version | Last Version2.2.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionboot
整合常用组件,简化开发
|
Filename | Size |
---|---|
boot-2.2.2.pom | 989 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.xzixi.framework/boot/ -->
<dependency>
<groupId>com.xzixi.framework</groupId>
<artifactId>boot</artifactId>
<version>2.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.xzixi.framework/boot/
implementation 'com.xzixi.framework:boot:2.2.2'
// https://jarcasting.com/artifacts/com.xzixi.framework/boot/
implementation ("com.xzixi.framework:boot:2.2.2")
'com.xzixi.framework:boot:pom:2.2.2'
<dependency org="com.xzixi.framework" name="boot" rev="2.2.2">
<artifact name="boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.xzixi.framework', module='boot', version='2.2.2')
)
libraryDependencies += "com.xzixi.framework" % "boot" % "2.2.2"
[com.xzixi.framework/boot "2.2.2"]