| License |
License |
|---|---|
| GroupId | GroupIddev.zhengying |
| ArtifactId | ArtifactIdcommons-parent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCommons-XXX 公共组件的父级项目。
|
| Filename | Size |
|---|---|
| commons-parent-1.0.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.zhengying/commons-parent/ -->
<dependency>
<groupId>dev.zhengying</groupId>
<artifactId>commons-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.zhengying/commons-parent/
implementation 'dev.zhengying:commons-parent:1.0.0'
// https://jarcasting.com/artifacts/dev.zhengying/commons-parent/
implementation ("dev.zhengying:commons-parent:1.0.0")
'dev.zhengying:commons-parent:pom:1.0.0'
<dependency org="dev.zhengying" name="commons-parent" rev="1.0.0">
<artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.zhengying', module='commons-parent', version='1.0.0')
)
libraryDependencies += "dev.zhengying" % "commons-parent" % "1.0.0"
[dev.zhengying/commons-parent "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| dev.zhengying : commons-base | jar | 1.0.0 |