is not current version
Last Version 1.1.9-RELEASE

com.iqiny.silly:silly-parent 1.1.4-RELEASE

top silly project pom.xml file

GroupId

GroupId

com.iqiny.silly
ArtifactId

ArtifactId

silly-parent
Version

Version

1.1.4-RELEASE
Type

Type

pom

Download silly-parent 1.1.4-RELEASE


<!-- https://jarcasting.com/artifacts/com.iqiny.silly/silly-parent/ -->
<dependency>
    <groupId>com.iqiny.silly</groupId>
    <artifactId>silly-parent</artifactId>
    <version>1.1.4-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.iqiny.silly/silly-parent/
implementation 'com.iqiny.silly:silly-parent:1.1.4-RELEASE'
// https://jarcasting.com/artifacts/com.iqiny.silly/silly-parent/
implementation ("com.iqiny.silly:silly-parent:1.1.4-RELEASE")
'com.iqiny.silly:silly-parent:pom:1.1.4-RELEASE'
<dependency org="com.iqiny.silly" name="silly-parent" rev="1.1.4-RELEASE">
  <artifact name="silly-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.iqiny.silly', module='silly-parent', version='1.1.4-RELEASE')
)
libraryDependencies += "com.iqiny.silly" % "silly-parent" % "1.1.4-RELEASE"
[com.iqiny.silly/silly-parent "1.1.4-RELEASE"]