License |
License |
---|---|
GroupId | GroupIdcom.fastjrun.archetype |
ArtifactId | ArtifactIdarchetype-parent |
Version | Version1.0 |
Type | Typepom |
Description |
Description快嘉脚手架系列
快嘉框架脚手架系列
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
archetype-parent-1.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastjrun.archetype/archetype-parent/ -->
<dependency>
<groupId>com.fastjrun.archetype</groupId>
<artifactId>archetype-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.archetype/archetype-parent/
implementation 'com.fastjrun.archetype:archetype-parent:1.0'
// https://jarcasting.com/artifacts/com.fastjrun.archetype/archetype-parent/
implementation ("com.fastjrun.archetype:archetype-parent:1.0")
'com.fastjrun.archetype:archetype-parent:pom:1.0'
<dependency org="com.fastjrun.archetype" name="archetype-parent" rev="1.0">
<artifact name="archetype-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.archetype', module='archetype-parent', version='1.0')
)
libraryDependencies += "com.fastjrun.archetype" % "archetype-parent" % "1.0"
[com.fastjrun.archetype/archetype-parent "1.0"]