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