| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.ericsson-mts |
| Идентификатор | Идентификаторmts-asn1 |
| Версия | Версия0.0.7 |
| Тип | Типpom |
| Описание |
Описаниеmts-asn1
A library to encode and decode ASN1 data, from and to other formats, like JSON or XML
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mts-asn1-0.0.7.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.ericsson-mts/mts-asn1/ -->
<dependency>
<groupId>io.github.ericsson-mts</groupId>
<artifactId>mts-asn1</artifactId>
<version>0.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ericsson-mts/mts-asn1/
implementation 'io.github.ericsson-mts:mts-asn1:0.0.7'
// https://jarcasting.com/artifacts/io.github.ericsson-mts/mts-asn1/
implementation ("io.github.ericsson-mts:mts-asn1:0.0.7")
'io.github.ericsson-mts:mts-asn1:pom:0.0.7'
<dependency org="io.github.ericsson-mts" name="mts-asn1" rev="0.0.7">
<artifact name="mts-asn1" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.ericsson-mts', module='mts-asn1', version='0.0.7')
)
libraryDependencies += "io.github.ericsson-mts" % "mts-asn1" % "0.0.7"
[io.github.ericsson-mts/mts-asn1 "0.0.7"]