Categories |
CategoriesJDOM Business Logic Libraries |
---|---|
GroupId | GroupIdorg.jdom |
ArtifactId | ArtifactIdsaxpath |
Last Version | Last Version1.0-FCS |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsaxpath from jdom 1.1 distribution
|
Filename | Size |
---|---|
saxpath-1.0-FCS.pom | |
saxpath-1.0-FCS.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdom/saxpath/ -->
<dependency>
<groupId>org.jdom</groupId>
<artifactId>saxpath</artifactId>
<version>1.0-FCS</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdom/saxpath/
implementation 'org.jdom:saxpath:1.0-FCS'
// https://jarcasting.com/artifacts/org.jdom/saxpath/
implementation ("org.jdom:saxpath:1.0-FCS")
'org.jdom:saxpath:jar:1.0-FCS'
<dependency org="org.jdom" name="saxpath" rev="1.0-FCS">
<artifact name="saxpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdom', module='saxpath', version='1.0-FCS')
)
libraryDependencies += "org.jdom" % "saxpath" % "1.0-FCS"
[org.jdom/saxpath "1.0-FCS"]