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