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