is not current version
Last Version 0.0.3

top.oneyoung:parent 0.0.1

Demo project for Spring Boot

GroupId

GroupId

top.oneyoung
ArtifactId

ArtifactId

parent
Version

Version

0.0.1
Type

Type

pom

Download parent 0.0.1

Filename Size
parent-0.0.1.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/top.oneyoung/parent/ -->
<dependency>
    <groupId>top.oneyoung</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.oneyoung/parent/
implementation 'top.oneyoung:parent:0.0.1'
// https://jarcasting.com/artifacts/top.oneyoung/parent/
implementation ("top.oneyoung:parent:0.0.1")
'top.oneyoung:parent:pom:0.0.1'
<dependency org="top.oneyoung" name="parent" rev="0.0.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.oneyoung', module='parent', version='0.0.1')
)
libraryDependencies += "top.oneyoung" % "parent" % "0.0.1"
[top.oneyoung/parent "0.0.1"]