| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.dactiv |
| Идентификатор | Идентификаторdactiv-parent |
| Последняя версия | Последняя версия1.1.0.RELEASE |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеdactiv parent pom
the base-framework parent pom
|
| Имя Файла | Размер |
|---|---|
| dactiv-parent-1.1.0.RELEASE.pom | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dactiv/dactiv-parent/ -->
<dependency>
<groupId>com.github.dactiv</groupId>
<artifactId>dactiv-parent</artifactId>
<version>1.1.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dactiv/dactiv-parent/
implementation 'com.github.dactiv:dactiv-parent:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.dactiv/dactiv-parent/
implementation ("com.github.dactiv:dactiv-parent:1.1.0.RELEASE")
'com.github.dactiv:dactiv-parent:pom:1.1.0.RELEASE'
<dependency org="com.github.dactiv" name="dactiv-parent" rev="1.1.0.RELEASE">
<artifact name="dactiv-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dactiv', module='dactiv-parent', version='1.1.0.RELEASE')
)
libraryDependencies += "com.github.dactiv" % "dactiv-parent" % "1.1.0.RELEASE"
[com.github.dactiv/dactiv-parent "1.1.0.RELEASE"]