| GroupId | GroupIdorg.swixml |
|---|---|
| ArtifactId | ArtifactIdswixml-parent |
| Version | Version2.5.20110708 |
| Type | Typepom |
| Filename | Size |
|---|---|
| swixml-parent-2.5.20110708.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.swixml/swixml-parent/ -->
<dependency>
<groupId>org.swixml</groupId>
<artifactId>swixml-parent</artifactId>
<version>2.5.20110708</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.swixml/swixml-parent/
implementation 'org.swixml:swixml-parent:2.5.20110708'
// https://jarcasting.com/artifacts/org.swixml/swixml-parent/
implementation ("org.swixml:swixml-parent:2.5.20110708")
'org.swixml:swixml-parent:pom:2.5.20110708'
<dependency org="org.swixml" name="swixml-parent" rev="2.5.20110708">
<artifact name="swixml-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.swixml', module='swixml-parent', version='2.5.20110708')
)
libraryDependencies += "org.swixml" % "swixml-parent" % "2.5.20110708"
[org.swixml/swixml-parent "2.5.20110708"]