License |
License |
---|---|
GroupId | GroupIdcom.fastjrun.archetype |
ArtifactId | ArtifactIdarchetype-parent |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Description快嘉框架archetype
快嘉框架archetype系列
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
archetype-parent-1.4.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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.archetype/archetype-parent/
implementation 'com.fastjrun.archetype:archetype-parent:1.4'
// https://jarcasting.com/artifacts/com.fastjrun.archetype/archetype-parent/
implementation ("com.fastjrun.archetype:archetype-parent:1.4")
'com.fastjrun.archetype:archetype-parent:pom:1.4'
<dependency org="com.fastjrun.archetype" name="archetype-parent" rev="1.4">
<artifact name="archetype-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.archetype', module='archetype-parent', version='1.4')
)
libraryDependencies += "com.fastjrun.archetype" % "archetype-parent" % "1.4"
[com.fastjrun.archetype/archetype-parent "1.4"]