| GroupId | GroupIdorg.swixml | 
|---|---|
| ArtifactId | ArtifactIdswixml | 
| Version | Version2.6.20111005 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| swixml-2.6.20111005.pom | |
| swixml-2.6.20111005.jar | 557 KB | 
| swixml-2.6.20111005-sources.jar | 451 KB | 
| swixml-2.6.20111005-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.swixml/swixml/ -->
<dependency>
    <groupId>org.swixml</groupId>
    <artifactId>swixml</artifactId>
    <version>2.6.20111005</version>
</dependency>// https://jarcasting.com/artifacts/org.swixml/swixml/
implementation 'org.swixml:swixml:2.6.20111005'// https://jarcasting.com/artifacts/org.swixml/swixml/
implementation ("org.swixml:swixml:2.6.20111005")'org.swixml:swixml:jar:2.6.20111005'<dependency org="org.swixml" name="swixml" rev="2.6.20111005">
  <artifact name="swixml" type="jar" />
</dependency>@Grapes(
@Grab(group='org.swixml', module='swixml', version='2.6.20111005')
)libraryDependencies += "org.swixml" % "swixml" % "2.6.20111005"[org.swixml/swixml "2.6.20111005"]