Basic ASN.1 implementation
(originally extracted from Bouncy Castle)
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.gv2011 |
| ArtifactId | ArtifactIdasn1 |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionVinz ASN.1
ASN.1 implementation extracted from Bouncy Castle
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| asn1-0.2.pom | |
| asn1-0.2.jar | 187 KB |
| asn1-0.2-sources.jar | 238 KB |
| asn1-0.2-javadoc.jar | 706 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/asn1/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>asn1</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/asn1/
implementation 'com.github.gv2011:asn1:0.2'
// https://jarcasting.com/artifacts/com.github.gv2011/asn1/
implementation ("com.github.gv2011:asn1:0.2")
'com.github.gv2011:asn1:jar:0.2'
<dependency org="com.github.gv2011" name="asn1" rev="0.2">
<artifact name="asn1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='asn1', version='0.2')
)
libraryDependencies += "com.github.gv2011" % "asn1" % "0.2"
[com.github.gv2011/asn1 "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.gv2011 : util-apis | jar | 0.8 |
| org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.gv2011 : gcol | jar | 0.8 |
| com.github.gv2011 : util-beans | jar | 0.8 |
| com.github.gv2011 : jsong | jar | 0.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.gv2011 : testutil | jar | 0.8 |
(originally extracted from Bouncy Castle)