| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.target123 |
| ArtifactId | ArtifactIddevelop-parent |
| Last Version | Last Version1.2.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptiondevelop-parent
develop-spring-boot
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| develop-parent-1.2.4.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.target123/develop-parent/ -->
<dependency>
<groupId>com.gitee.target123</groupId>
<artifactId>develop-parent</artifactId>
<version>1.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.target123/develop-parent/
implementation 'com.gitee.target123:develop-parent:1.2.4'
// https://jarcasting.com/artifacts/com.gitee.target123/develop-parent/
implementation ("com.gitee.target123:develop-parent:1.2.4")
'com.gitee.target123:develop-parent:pom:1.2.4'
<dependency org="com.gitee.target123" name="develop-parent" rev="1.2.4">
<artifact name="develop-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.target123', module='develop-parent', version='1.2.4')
)
libraryDependencies += "com.gitee.target123" % "develop-parent" % "1.2.4"
[com.gitee.target123/develop-parent "1.2.4"]