License |
License |
---|---|
GroupId | GroupIdorg.soulwing |
ArtifactId | ArtifactIdsoulwing-parent |
Version | Version20 |
Type | Typepom |
Description |
DescriptionSoulwing Parent
Parent project for soulwing.org projects.
|
Project URL |
Project URL |
Filename | Size |
---|---|
soulwing-parent-20.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.soulwing/soulwing-parent/ -->
<dependency>
<groupId>org.soulwing</groupId>
<artifactId>soulwing-parent</artifactId>
<version>20</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.soulwing/soulwing-parent/
implementation 'org.soulwing:soulwing-parent:20'
// https://jarcasting.com/artifacts/org.soulwing/soulwing-parent/
implementation ("org.soulwing:soulwing-parent:20")
'org.soulwing:soulwing-parent:pom:20'
<dependency org="org.soulwing" name="soulwing-parent" rev="20">
<artifact name="soulwing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.soulwing', module='soulwing-parent', version='20')
)
libraryDependencies += "org.soulwing" % "soulwing-parent" % "20"
[org.soulwing/soulwing-parent "20"]