is not current version
Last Version 1.10.0

org.openmuc:jasn1-compiler 1.8.2

jASN1 Compiler generates Java classes out of ASN.1 code that can be used to encode/decode BER data.

GroupId

GroupId

org.openmuc
ArtifactId

ArtifactId

jasn1-compiler
Version

Version

1.8.2
Type

Type

jar

Download jasn1-compiler 1.8.2


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