License |
License |
---|---|
GroupId | GroupIdcom.youkol |
ArtifactId | ArtifactIdyoukol-parent |
Last Version | Last Version5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionyoukol-parent
The parent POM which has to be inherited by all youkol modules
|
Project URL |
Project URL |
Project Organization |
Project Organizationyoukol.com |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
youkol-parent-5.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.youkol/youkol-parent/ -->
<dependency>
<groupId>com.youkol</groupId>
<artifactId>youkol-parent</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.youkol/youkol-parent/
implementation 'com.youkol:youkol-parent:5'
// https://jarcasting.com/artifacts/com.youkol/youkol-parent/
implementation ("com.youkol:youkol-parent:5")
'com.youkol:youkol-parent:pom:5'
<dependency org="com.youkol" name="youkol-parent" rev="5">
<artifact name="youkol-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.youkol', module='youkol-parent', version='5')
)
libraryDependencies += "com.youkol" % "youkol-parent" % "5"
[com.youkol/youkol-parent "5"]