| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.openmuc |
| Идентификатор | Идентификаторjasn1-iec61850mod |
| Последняя версия | Последняя версия1.10.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеjASN1
jASN1 is a library used for encoding and decoding ASN.1 BER messages. This is a special modified version of the original jASN1 that encodes boolean true values as 0x01 instead of 0xff in order to be compatible with certain IEC 61850 devices
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jasn1-iec61850mod-1.10.0.pom | |
| jasn1-iec61850mod-1.10.0.jar | 57 KB |
| jasn1-iec61850mod-1.10.0-sources.jar | 37 KB |
| jasn1-iec61850mod-1.10.0-javadoc.jar | 151 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openmuc/jasn1-iec61850mod/ -->
<dependency>
<groupId>org.openmuc</groupId>
<artifactId>jasn1-iec61850mod</artifactId>
<version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openmuc/jasn1-iec61850mod/
implementation 'org.openmuc:jasn1-iec61850mod:1.10.0'
// https://jarcasting.com/artifacts/org.openmuc/jasn1-iec61850mod/
implementation ("org.openmuc:jasn1-iec61850mod:1.10.0")
'org.openmuc:jasn1-iec61850mod:jar:1.10.0'
<dependency org="org.openmuc" name="jasn1-iec61850mod" rev="1.10.0">
<artifact name="jasn1-iec61850mod" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openmuc', module='jasn1-iec61850mod', version='1.10.0')
)
libraryDependencies += "org.openmuc" % "jasn1-iec61850mod" % "1.10.0"
[org.openmuc/jasn1-iec61850mod "1.10.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-simple | jar | 1.6.1 |