| Лицензия |
Лицензия
https://www.apache.org/licenses/LICENSE-2.0.txt
|
|---|---|
| Категории |
КатегорииMINA Сеть Networking |
| Группа | Группаio.staminaframework.hello |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеStamina Hello Parent
The Stamina Framework provides a modular platform for modern development,
using the best open-source libraries.
These modules are built for efficiency, targeting IoT devices
as well as personal servers.
|
| Организация-разработчик |
Организация-разработчикStamina Framework |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-0.1.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.staminaframework.hello/parent/ -->
<dependency>
<groupId>io.staminaframework.hello</groupId>
<artifactId>parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.staminaframework.hello/parent/
implementation 'io.staminaframework.hello:parent:0.1.0'
// https://jarcasting.com/artifacts/io.staminaframework.hello/parent/
implementation ("io.staminaframework.hello:parent:0.1.0")
'io.staminaframework.hello:parent:pom:0.1.0'
<dependency org="io.staminaframework.hello" name="parent" rev="0.1.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.staminaframework.hello', module='parent', version='0.1.0')
)
libraryDependencies += "io.staminaframework.hello" % "parent" % "0.1.0"
[io.staminaframework.hello/parent "0.1.0"]