f

fralax

A extendable and modifiable Framework for large XML Data Files. [FraLaX]
https://github.com/1and1/fralax
The Apache License, Version 2.0
1&1 Internet Inc.
Daniel Draper Tobias Lindenmann Andreas Runk Johann Böhler
文件下载
文件名 操作
fralax-0.3.jar 下载
fralax-0.3.pom 下载
fralax-0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.oneandone</groupId>
  <artifactId>fralax</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'net.oneandone:fralax:0.3'
Gradle Kotlin
implementation("net.oneandone:fralax:0.3")
Scala SBT
libraryDependencies += "net.oneandone" % "fralax" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='net.oneandone', module='fralax', version='0.3')
)
Apache Ivy
<dependency org="net.oneandone" name="fralax" rev="0.3" />
Leiningen
[net.oneandone/fralax "0.3"]
Apache Buildr
'net.oneandone:fralax:jar:0.3'