GroupId | GroupIdcom.github.xuchen93 |
---|---|
ArtifactId | ArtifactIdmodule-parent |
Version | Version1.0.9 |
Type | Typepom |
Filename | Size |
---|---|
module-parent-1.0.9.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuchen93/module-parent/ -->
<dependency>
<groupId>com.github.xuchen93</groupId>
<artifactId>module-parent</artifactId>
<version>1.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuchen93/module-parent/
implementation 'com.github.xuchen93:module-parent:1.0.9'
// https://jarcasting.com/artifacts/com.github.xuchen93/module-parent/
implementation ("com.github.xuchen93:module-parent:1.0.9")
'com.github.xuchen93:module-parent:pom:1.0.9'
<dependency org="com.github.xuchen93" name="module-parent" rev="1.0.9">
<artifact name="module-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xuchen93', module='module-parent', version='1.0.9')
)
libraryDependencies += "com.github.xuchen93" % "module-parent" % "1.0.9"
[com.github.xuchen93/module-parent "1.0.9"]