a

asn1s-databind

Contains mapping and binding functionality to allow marshalling java objects to ASN.1 and recovering it from ASN.1 data model.
https://github.com/lastrix/asn1s
Files download
File Operation
asn1s-databind-0.2-ALPHA.jar download
asn1s-databind-0.2-ALPHA.pom download
asn1s-databind-0.2-ALPHA-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.lastrix</groupId>
  <artifactId>asn1s-databind</artifactId>
  <version>0.2-ALPHA</version>
</dependency>
Gradle Groovy
implementation 'com.github.lastrix:asn1s-databind:0.2-ALPHA'
Gradle Kotlin
implementation("com.github.lastrix:asn1s-databind:0.2-ALPHA")
Scala SBT
libraryDependencies += "com.github.lastrix" % "asn1s-databind" % "0.2-ALPHA"
Groovy Grape
@Grapes(
  @Grab(group='com.github.lastrix', module='asn1s-databind', version='0.2-ALPHA')
)
Apache Ivy
<dependency org="com.github.lastrix" name="asn1s-databind" rev="0.2-ALPHA" />
Leiningen
[com.github.lastrix/asn1s-databind "0.2-ALPHA"]
Apache Buildr
'com.github.lastrix:asn1s-databind:jar:0.2-ALPHA'