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