GroupId | GroupIdcom.fastjrun.archetype |
---|---|
ArtifactId | ArtifactIdarchetype-parent |
Version | Version1.2 |
Type | Typepom |
Filename | Size |
---|---|
archetype-parent-1.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.archetype/archetype-parent/
implementation 'com.fastjrun.archetype:archetype-parent:1.2'
// https://jarcasting.com/artifacts/com.fastjrun.archetype/archetype-parent/
implementation ("com.fastjrun.archetype:archetype-parent:1.2")
'com.fastjrun.archetype:archetype-parent:pom:1.2'
<dependency org="com.fastjrun.archetype" name="archetype-parent" rev="1.2">
<artifact name="archetype-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.archetype', module='archetype-parent', version='1.2')
)
libraryDependencies += "com.fastjrun.archetype" % "archetype-parent" % "1.2"
[com.fastjrun.archetype/archetype-parent "1.2"]