is not current version
Last Version 0.3.2

directory-asn1:stub-compiler 0.3

An ASN1 stub compiler that generates POJOs and their encoders/decoders that work within the snickers framework.

GroupId

GroupId

directory-asn1
ArtifactId

ArtifactId

stub-compiler
Version

Version

0.3
Type

Type

jar

Download stub-compiler 0.3


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