View the maven generated site for more information.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаau.com.permeance |
| Идентификатор | Идентификаторpermeance-parent |
| Последняя версия | Последняя версия0.9 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеpermeance-parent
A maven parent-pom for Permeance projects
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| permeance-parent-0.9.pom | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/au.com.permeance/permeance-parent/ -->
<dependency>
<groupId>au.com.permeance</groupId>
<artifactId>permeance-parent</artifactId>
<version>0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/au.com.permeance/permeance-parent/
implementation 'au.com.permeance:permeance-parent:0.9'
// https://jarcasting.com/artifacts/au.com.permeance/permeance-parent/
implementation ("au.com.permeance:permeance-parent:0.9")
'au.com.permeance:permeance-parent:pom:0.9'
<dependency org="au.com.permeance" name="permeance-parent" rev="0.9">
<artifact name="permeance-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='au.com.permeance', module='permeance-parent', version='0.9')
)
libraryDependencies += "au.com.permeance" % "permeance-parent" % "0.9"
[au.com.permeance/permeance-parent "0.9"]
View the maven generated site for more information.