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