License |
License |
---|---|
GroupId | GroupIdcn.stackbox.archetypes |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionorg.stackbox.archetypes
SpringBoot project generator
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-0.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.stackbox.archetypes/parent/ -->
<dependency>
<groupId>cn.stackbox.archetypes</groupId>
<artifactId>parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.stackbox.archetypes/parent/
implementation 'cn.stackbox.archetypes:parent:0.0.1'
// https://jarcasting.com/artifacts/cn.stackbox.archetypes/parent/
implementation ("cn.stackbox.archetypes:parent:0.0.1")
'cn.stackbox.archetypes:parent:pom:0.0.1'
<dependency org="cn.stackbox.archetypes" name="parent" rev="0.0.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.stackbox.archetypes', module='parent', version='0.0.1')
)
libraryDependencies += "cn.stackbox.archetypes" % "parent" % "0.0.1"
[cn.stackbox.archetypes/parent "0.0.1"]