| Категории |
КатегорииKeY Данные Data Formats Formal Verification |
|---|---|
| Группа | Группаorg.keymg |
| Идентификатор | Идентификаторkeymg-parent |
| Версия | Версия1.0.CR1 |
| Тип | Типpom |
| Описание |
ОписаниеKeyMG Parent
The Codehaus is a collaborative environment for building open source projects with a strong emphasis on modern languages, focussed on quality components that meet real world needs.
|
| Имя Файла | Размер |
|---|---|
| keymg-parent-1.0.CR1.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.keymg/keymg-parent/ -->
<dependency>
<groupId>org.keymg</groupId>
<artifactId>keymg-parent</artifactId>
<version>1.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.keymg/keymg-parent/
implementation 'org.keymg:keymg-parent:1.0.CR1'
// https://jarcasting.com/artifacts/org.keymg/keymg-parent/
implementation ("org.keymg:keymg-parent:1.0.CR1")
'org.keymg:keymg-parent:pom:1.0.CR1'
<dependency org="org.keymg" name="keymg-parent" rev="1.0.CR1">
<artifact name="keymg-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.keymg', module='keymg-parent', version='1.0.CR1')
)
libraryDependencies += "org.keymg" % "keymg-parent" % "1.0.CR1"
[org.keymg/keymg-parent "1.0.CR1"]