| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.openmuc |
| Идентификатор | Идентификаторjasn1-compiler |
| Последняя версия | Последняя версия1.10.0 |
| Дата | Дата |
| Тип | Тип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.10.0.pom | |
| jasn1-compiler-1.10.0.jar | 105 KB |
| jasn1-compiler-1.10.0-sources.jar | 76 KB |
| jasn1-compiler-1.10.0-javadoc.jar | 191 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openmuc/jasn1-compiler/ -->
<dependency>
<groupId>org.openmuc</groupId>
<artifactId>jasn1-compiler</artifactId>
<version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmuc/jasn1-compiler/
implementation 'org.openmuc:jasn1-compiler:1.10.0'
// https://jarcasting.com/artifacts/org.openmuc/jasn1-compiler/
implementation ("org.openmuc:jasn1-compiler:1.10.0")
'org.openmuc:jasn1-compiler:jar:1.10.0'
<dependency org="org.openmuc" name="jasn1-compiler" rev="1.10.0">
<artifact name="jasn1-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmuc', module='jasn1-compiler', version='1.10.0')
)
libraryDependencies += "org.openmuc" % "jasn1-compiler" % "1.10.0"
[org.openmuc/jasn1-compiler "1.10.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| antlr : antlr | jar | 2.7.7 |
| org.openmuc : jasn1 | jar | 1.10.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-simple | jar | 1.6.1 |