GroupId | GroupIdai.swim |
---|---|
ArtifactId | ArtifactIdswim-xml |
Version | Version3.9.2 |
Type | Typejar |
Filename | Size |
---|---|
swim-xml-3.9.2.pom | |
swim-xml-3.9.2.jar | 33 KB |
swim-xml-3.9.2-sources.jar | 22 KB |
swim-xml-3.9.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/ai.swim/swim-xml/
implementation 'ai.swim:swim-xml:3.9.2'
// https://jarcasting.com/artifacts/ai.swim/swim-xml/
implementation ("ai.swim:swim-xml:3.9.2")
'ai.swim:swim-xml:jar:3.9.2'
<dependency org="ai.swim" name="swim-xml" rev="3.9.2">
<artifact name="swim-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.swim', module='swim-xml', version='3.9.2')
)
libraryDependencies += "ai.swim" % "swim-xml" % "3.9.2"
[ai.swim/swim-xml "3.9.2"]