GroupId | GroupIdai.swim |
---|---|
ArtifactId | ArtifactIdswim-xml |
Version | Version3.9.3 |
Type | Typejar |
Filename | Size |
---|---|
swim-xml-3.9.3.pom | |
swim-xml-3.9.3.jar | 33 KB |
swim-xml-3.9.3-sources.jar | 22 KB |
swim-xml-3.9.3-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.swim/swim-xml/ -->
<dependency>
<groupId>ai.swim</groupId>
<artifactId>swim-xml</artifactId>
<version>3.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/ai.swim/swim-xml/
implementation 'ai.swim:swim-xml:3.9.3'
// https://jarcasting.com/artifacts/ai.swim/swim-xml/
implementation ("ai.swim:swim-xml:3.9.3")
'ai.swim:swim-xml:jar:3.9.3'
<dependency org="ai.swim" name="swim-xml" rev="3.9.3">
<artifact name="swim-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.swim', module='swim-xml', version='3.9.3')
)
libraryDependencies += "ai.swim" % "swim-xml" % "3.9.3"
[ai.swim/swim-xml "3.9.3"]