| Группа | Группаorg.swixml |
|---|---|
| Идентификатор | Идентификаторswixml-parent |
| Версия | Версия2.6.20111005 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| swixml-parent-2.6.20111005.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.swixml/swixml-parent/ -->
<dependency>
<groupId>org.swixml</groupId>
<artifactId>swixml-parent</artifactId>
<version>2.6.20111005</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.swixml/swixml-parent/
implementation 'org.swixml:swixml-parent:2.6.20111005'
// https://jarcasting.com/artifacts/org.swixml/swixml-parent/
implementation ("org.swixml:swixml-parent:2.6.20111005")
'org.swixml:swixml-parent:pom:2.6.20111005'
<dependency org="org.swixml" name="swixml-parent" rev="2.6.20111005">
<artifact name="swixml-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.swixml', module='swixml-parent', version='2.6.20111005')
)
libraryDependencies += "org.swixml" % "swixml-parent" % "2.6.20111005"
[org.swixml/swixml-parent "2.6.20111005"]