| License |
License |
|---|---|
| GroupId | GroupIdcom.github.lastrix |
| ArtifactId | ArtifactIdasn1s-api |
| Version | Version0.2-ALPHA |
| Type | Typejar |
| Description |
DescriptionASN.1 S API library
Contains abstract structure of ASN.1 model representation in Java.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| asn1s-api-0.2-ALPHA.pom | |
| asn1s-api-0.2-ALPHA.jar | 81 KB |
| asn1s-api-0.2-ALPHA-sources.jar | 98 KB |
| asn1s-api-0.2-ALPHA-javadoc.jar | 520 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lastrix/asn1s-api/ -->
<dependency>
<groupId>com.github.lastrix</groupId>
<artifactId>asn1s-api</artifactId>
<version>0.2-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lastrix/asn1s-api/
implementation 'com.github.lastrix:asn1s-api:0.2-ALPHA'
// https://jarcasting.com/artifacts/com.github.lastrix/asn1s-api/
implementation ("com.github.lastrix:asn1s-api:0.2-ALPHA")
'com.github.lastrix:asn1s-api:jar:0.2-ALPHA'
<dependency org="com.github.lastrix" name="asn1s-api" rev="0.2-ALPHA">
<artifact name="asn1s-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lastrix', module='asn1s-api', version='0.2-ALPHA')
)
libraryDependencies += "com.github.lastrix" % "asn1s-api" % "0.2-ALPHA"
[com.github.lastrix/asn1s-api "0.2-ALPHA"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
| commons-logging : commons-logging | jar | 1.2 |
| commons-io : commons-io | jar | 2.5 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| org.jetbrains : annotations-java5 | jar | 15.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |