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