| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.beanit |
| Идентификатор | Идентификаторjasn1-compiler |
| Версия | Версия1.11.3 |
| Тип | Типjar |
| Описание |
ОписаниеjASN1 Compiler
jASN1 Compiler generates Java classes out of ASN.1 code that can be used to encode/decode BER data.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jasn1-compiler-1.11.3.pom | |
| jasn1-compiler-1.11.3.jar | 126 KB |
| jasn1-compiler-1.11.3-sources.jar | 101 KB |
| jasn1-compiler-1.11.3-javadoc.jar | 257 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.beanit/jasn1-compiler/ -->
<dependency>
<groupId>com.beanit</groupId>
<artifactId>jasn1-compiler</artifactId>
<version>1.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.beanit/jasn1-compiler/
implementation 'com.beanit:jasn1-compiler:1.11.3'
// https://jarcasting.com/artifacts/com.beanit/jasn1-compiler/
implementation ("com.beanit:jasn1-compiler:1.11.3")
'com.beanit:jasn1-compiler:jar:1.11.3'
<dependency org="com.beanit" name="jasn1-compiler" rev="1.11.3">
<artifact name="jasn1-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.beanit', module='jasn1-compiler', version='1.11.3')
)
libraryDependencies += "com.beanit" % "jasn1-compiler" % "1.11.3"
[com.beanit/jasn1-compiler "1.11.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| antlr : antlr | jar | 2.7.7 |
| com.beanit : jasn1 | jar | 1.11.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.5.1 |