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