License |
License |
---|---|
GroupId | GroupIdorg.jzkit |
ArtifactId | ArtifactIda2j |
Version | Version2.0.4 |
Type | Typejar |
Description |
DescriptionASN.1 to Java Compiler
A Pure Java ASN.1 to Java Stub precompiler(With Ant/Maven plugins) and BER encoding runtime.
|
Filename | Size |
---|---|
a2j-2.0.4.pom | |
a2j-2.0.4.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jzkit/a2j/ -->
<dependency>
<groupId>org.jzkit</groupId>
<artifactId>a2j</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jzkit/a2j/
implementation 'org.jzkit:a2j:2.0.4'
// https://jarcasting.com/artifacts/org.jzkit/a2j/
implementation ("org.jzkit:a2j:2.0.4")
'org.jzkit:a2j:jar:2.0.4'
<dependency org="org.jzkit" name="a2j" rev="2.0.4">
<artifact name="a2j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jzkit', module='a2j', version='2.0.4')
)
libraryDependencies += "org.jzkit" % "a2j" % "2.0.4"
[org.jzkit/a2j "2.0.4"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.0 |
ant : ant | jar | 1.6.5 |