Categories |
CategoriesJDOM Business Logic Libraries Axon Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdsaxon |
ArtifactId | ArtifactIdsaxon-jdom |
Last Version | Last Version6.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
saxon-jdom-6.5.3.pom | |
saxon-jdom-6.5.3.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/saxon/saxon-jdom/ -->
<dependency>
<groupId>saxon</groupId>
<artifactId>saxon-jdom</artifactId>
<version>6.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/saxon/saxon-jdom/
implementation 'saxon:saxon-jdom:6.5.3'
// https://jarcasting.com/artifacts/saxon/saxon-jdom/
implementation ("saxon:saxon-jdom:6.5.3")
'saxon:saxon-jdom:jar:6.5.3'
<dependency org="saxon" name="saxon-jdom" rev="6.5.3">
<artifact name="saxon-jdom" type="jar" />
</dependency>
@Grapes(
@Grab(group='saxon', module='saxon-jdom', version='6.5.3')
)
libraryDependencies += "saxon" % "saxon-jdom" % "6.5.3"
[saxon/saxon-jdom "6.5.3"]