| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.maskit |
| ArtifactId | ArtifactIdmaskit-parent |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionmaskit-parent
Micro-host Architecture Style Toolkit
|
| Filename | Size |
|---|---|
| maskit-parent-1.0.5.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.maskit/maskit-parent/ -->
<dependency>
<groupId>com.gitee.maskit</groupId>
<artifactId>maskit-parent</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.maskit/maskit-parent/
implementation 'com.gitee.maskit:maskit-parent:1.0.5'
// https://jarcasting.com/artifacts/com.gitee.maskit/maskit-parent/
implementation ("com.gitee.maskit:maskit-parent:1.0.5")
'com.gitee.maskit:maskit-parent:pom:1.0.5'
<dependency org="com.gitee.maskit" name="maskit-parent" rev="1.0.5">
<artifact name="maskit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.maskit', module='maskit-parent', version='1.0.5')
)
libraryDependencies += "com.gitee.maskit" % "maskit-parent" % "1.0.5"
[com.gitee.maskit/maskit-parent "1.0.5"]