s

sis-xmlstore

Read and write files in the GPX format.
Files download
File Operation
sis-xmlstore-1.4.jar download
sis-xmlstore-1.4.pom download
sis-xmlstore-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.sis.storage</groupId>
  <artifactId>sis-xmlstore</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'org.apache.sis.storage:sis-xmlstore:1.4'
Gradle Kotlin
implementation("org.apache.sis.storage:sis-xmlstore:1.4")
Scala SBT
libraryDependencies += "org.apache.sis.storage" % "sis-xmlstore" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sis.storage', module='sis-xmlstore', version='1.4')
)
Apache Ivy
<dependency org="org.apache.sis.storage" name="sis-xmlstore" rev="1.4" />
Leiningen
[org.apache.sis.storage/sis-xmlstore "1.4"]
Apache Buildr
'org.apache.sis.storage:sis-xmlstore:jar:1.4'