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