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
文件下载
文件名 操作
Asn1Tool-1.4.0.jar 下载
Asn1Tool-1.4.0.pom 下载
Asn1Tool-1.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.rub.nds</groupId>
  <artifactId>Asn1Tool</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'de.rub.nds:Asn1Tool:1.4.0'
Gradle Kotlin
implementation("de.rub.nds:Asn1Tool:1.4.0")
Scala SBT
libraryDependencies += "de.rub.nds" % "Asn1Tool" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='de.rub.nds', module='Asn1Tool', version='1.4.0')
)
Apache Ivy
<dependency org="de.rub.nds" name="Asn1Tool" rev="1.4.0" />
Leiningen
[de.rub.nds/Asn1Tool "1.4.0"]
Apache Buildr
'de.rub.nds:Asn1Tool:jar:1.4.0'