A

Asn1Tool

ASN.1 Tool is a project for creating arbitrary ASN.1 structures; including malformed ASN.1 structures. Structures are defined in human-readable XML files and allow to specify modifications to the original encoding of data types.
https://github.com/RUB-NDS/ASN.1-Tool
Apache License, Version 2.0
Nils Kafka
Files download
File Operation
Asn1Tool-1.3.0.jar download
Asn1Tool-1.3.0.pom download
Asn1Tool-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.rub.nds</groupId>
  <artifactId>Asn1Tool</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'de.rub.nds:Asn1Tool:1.3.0'
Gradle Kotlin
implementation("de.rub.nds:Asn1Tool:1.3.0")
Scala SBT
libraryDependencies += "de.rub.nds" % "Asn1Tool" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='de.rub.nds', module='Asn1Tool', version='1.3.0')
)
Apache Ivy
<dependency org="de.rub.nds" name="Asn1Tool" rev="1.3.0" />
Leiningen
[de.rub.nds/Asn1Tool "1.3.0"]
Apache Buildr
'de.rub.nds:Asn1Tool:jar:1.3.0'