GroupId | GroupIdsaxpath |
---|---|
ArtifactId | ArtifactIdsaxpath |
Last Version | Last Version1.0-FCS |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
saxpath-1.0-FCS.pom | |
saxpath-1.0-FCS.jar | 23 KB |
saxpath-1.0-FCS-sources.jar | 35 KB |
saxpath-1.0-FCS-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/saxpath/saxpath/ -->
<dependency>
<groupId>saxpath</groupId>
<artifactId>saxpath</artifactId>
<version>1.0-FCS</version>
</dependency>
// https://jarcasting.com/artifacts/saxpath/saxpath/
implementation 'saxpath:saxpath:1.0-FCS'
// https://jarcasting.com/artifacts/saxpath/saxpath/
implementation ("saxpath:saxpath:1.0-FCS")
'saxpath:saxpath:jar:1.0-FCS'
<dependency org="saxpath" name="saxpath" rev="1.0-FCS">
<artifact name="saxpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='saxpath', module='saxpath', version='1.0-FCS')
)
libraryDependencies += "saxpath" % "saxpath" % "1.0-FCS"
[saxpath "1.0-FCS"]