GroupId | GroupIdcn.sexycode |
---|---|
ArtifactId | ArtifactIdsexycode-parent |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
sexycode-parent-1.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.sexycode/sexycode-parent/ -->
<dependency>
<groupId>cn.sexycode</groupId>
<artifactId>sexycode-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.sexycode/sexycode-parent/
implementation 'cn.sexycode:sexycode-parent:1.1'
// https://jarcasting.com/artifacts/cn.sexycode/sexycode-parent/
implementation ("cn.sexycode:sexycode-parent:1.1")
'cn.sexycode:sexycode-parent:pom:1.1'
<dependency org="cn.sexycode" name="sexycode-parent" rev="1.1">
<artifact name="sexycode-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.sexycode', module='sexycode-parent', version='1.1')
)
libraryDependencies += "cn.sexycode" % "sexycode-parent" % "1.1"
[cn.sexycode/sexycode-parent "1.1"]