is not current version
Last Version 1.0.9

com.github.xmlet:xsdAsmFaster 1.0.6

XsdAsmFaster is an alternative to XsdAsm, which skips the usage of a data structure to store Element information in order to improve performance.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.xmlet
ArtifactId

ArtifactId

xsdAsmFaster
Version

Version

1.0.6
Type

Type

jar

Download xsdAsmFaster 1.0.6


<!-- https://jarcasting.com/artifacts/com.github.xmlet/xsdAsmFaster/ -->
<dependency>
    <groupId>com.github.xmlet</groupId>
    <artifactId>xsdAsmFaster</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xmlet/xsdAsmFaster/
implementation 'com.github.xmlet:xsdAsmFaster:1.0.6'
// https://jarcasting.com/artifacts/com.github.xmlet/xsdAsmFaster/
implementation ("com.github.xmlet:xsdAsmFaster:1.0.6")
'com.github.xmlet:xsdAsmFaster:jar:1.0.6'
<dependency org="com.github.xmlet" name="xsdAsmFaster" rev="1.0.6">
  <artifact name="xsdAsmFaster" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xmlet', module='xsdAsmFaster', version='1.0.6')
)
libraryDependencies += "com.github.xmlet" % "xsdAsmFaster" % "1.0.6"
[com.github.xmlet/xsdAsmFaster "1.0.6"]