is not current version
Last Version 1.4.0

de.rub.nds:Asn1Tool 1.1.1

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.

GroupId

GroupId

de.rub.nds
ArtifactId

ArtifactId

Asn1Tool
Version

Version

1.1.1
Type

Type

jar

Download Asn1Tool 1.1.1


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