License |
License |
---|---|
GroupId | GroupIdcom.iqiny.silly |
ArtifactId | ArtifactIdsilly-parent |
Version | Version1.1.2-RELEASE |
Type | Typepom |
Description |
Descriptionsilly-parent
top silly project pom.xml file
|
Project Organization |
Project Organizationiqiny |
Filename | Size |
---|---|
silly-parent-1.1.2-RELEASE.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iqiny.silly/silly-parent/ -->
<dependency>
<groupId>com.iqiny.silly</groupId>
<artifactId>silly-parent</artifactId>
<version>1.1.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.iqiny.silly/silly-parent/
implementation 'com.iqiny.silly:silly-parent:1.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.iqiny.silly/silly-parent/
implementation ("com.iqiny.silly:silly-parent:1.1.2-RELEASE")
'com.iqiny.silly:silly-parent:pom:1.1.2-RELEASE'
<dependency org="com.iqiny.silly" name="silly-parent" rev="1.1.2-RELEASE">
<artifact name="silly-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.iqiny.silly', module='silly-parent', version='1.1.2-RELEASE')
)
libraryDependencies += "com.iqiny.silly" % "silly-parent" % "1.1.2-RELEASE"
[com.iqiny.silly/silly-parent "1.1.2-RELEASE"]