License |
License |
---|---|
GroupId | GroupIdcom.beanit |
ArtifactId | ArtifactIdjasn1 |
Last Version | Last Version1.11.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjASN1
jASN1 is a library used for encoding and decoding ASN.1 BER messages.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jasn1-1.11.3.pom | |
jasn1-1.11.3.jar | 57 KB |
jasn1-1.11.3-sources.jar | 43 KB |
jasn1-1.11.3-javadoc.jar | 158 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.beanit/jasn1/ -->
<dependency>
<groupId>com.beanit</groupId>
<artifactId>jasn1</artifactId>
<version>1.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.beanit/jasn1/
implementation 'com.beanit:jasn1:1.11.3'
// https://jarcasting.com/artifacts/com.beanit/jasn1/
implementation ("com.beanit:jasn1:1.11.3")
'com.beanit:jasn1:jar:1.11.3'
<dependency org="com.beanit" name="jasn1" rev="1.11.3">
<artifact name="jasn1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.beanit', module='jasn1', version='1.11.3')
)
libraryDependencies += "com.beanit" % "jasn1" % "1.11.3"
[com.beanit/jasn1 "1.11.3"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.5.1 |