| Лицензия |
Лицензия
EPL
|
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаorg.emfjson |
| Идентификатор | Идентификаторemfjson |
| Последняя версия | Последняя версия0.13.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| emfjson-0.13.0.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.emfjson/emfjson/ -->
<dependency>
<groupId>org.emfjson</groupId>
<artifactId>emfjson</artifactId>
<version>0.13.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.emfjson/emfjson/
implementation 'org.emfjson:emfjson:0.13.0'
// https://jarcasting.com/artifacts/org.emfjson/emfjson/
implementation ("org.emfjson:emfjson:0.13.0")
'org.emfjson:emfjson:pom:0.13.0'
<dependency org="org.emfjson" name="emfjson" rev="0.13.0">
<artifact name="emfjson" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.emfjson', module='emfjson', version='0.13.0')
)
libraryDependencies += "org.emfjson" % "emfjson" % "0.13.0"
[org.emfjson/emfjson "0.13.0"]