MVN

com.github.lastrix : asn1s-core

Maven & Gradle

Jul 18, 2017
7 stars

ASN1.S Core library · Supplies default implementation for working with ASN.1 model.

<dependency>
    <groupId>com.github.lastrix</groupId>
    <artifactId>asn1s-core</artifactId>
    <version>0.2-ALPHA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lastrix : asn1s-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2-ALPHA
  • Latest Alpha: 0.2-ALPHA

All Versions

Choose a version of com.github.lastrix : asn1s-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
asn1s-core-0.2-ALPHA

How to add a dependency to Maven

Add the following com.github.lastrix : asn1s-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.lastrix</groupId>
    <artifactId>asn1s-core</artifactId>
    <version>0.2-ALPHA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lastrix : asn1s-core gradle dependency to your build.gradle file:

implementation 'com.github.lastrix:asn1s-core:0.2-ALPHA'

Gradle Kotlin DSL: Add the following com.github.lastrix : asn1s-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lastrix:asn1s-core:0.2-ALPHA")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lastrix : asn1s-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lastrix" % "asn1s-core" % "0.2-ALPHA"

Advertisement