Download asn1s-api-0.2-ALPHA.jar file - Jar a

Jar examples for a:asn1s-api

Description

Contains abstract structure of ASN.1 model representation in Java.

You can download jar file asn1s-api 0.2-ALPHA in this page.

License

Open Source License

Build File

You can use the following script to add asn1s-api-0.2-ALPHA.jar to your project.

<dependency>
   <groupId>com.github.lastrix</groupId>
   <artifactId>asn1s-api</artifactId>
   <version>0.2-ALPHA</version>
</dependency>
compile group: 'com.github.lastrix', name: 'asn1s-api', version: '0.2-ALPHA'
libraryDependencies += "com.github.lastrix" % "asn1s-api" % "0.2-ALPHA"
<dependency org="com.github.lastrix" name="asn1s-api" rev="0.2-ALPHA"/>
@Grapes(@Grab(group='com.github.lastrix', module='asn1s-api', version='0.2-ALPHA'))
'com.github.lastrix:asn1s-api:jar:0.2-ALPHA'

Download

Click the following link to download the jar file.

asn1s-api-0.2-ALPHA-javadoc.jar
asn1s-api-0.2-ALPHA-sources.jar
asn1s-api-0.2-ALPHA.jar
asn1s-api-0.2-ALPHA.pom



Related Tutorials