| Лицензия |
Лицензия |
|---|---|
| Группа | Группаin.umun.framework |
| Идентификатор | Идентификаторcoree |
| Последняя версия | Последняя версия0.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcore
Poc for the backend of Umun Framework
|
| Имя Файла | Размер |
|---|---|
| coree-0.0.3.pom | |
| coree-0.0.3.jar | 1 KB |
| coree-0.0.3-sources.jar | 654 bytes |
| coree-0.0.3-javadoc.jar | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/in.umun.framework/coree/ -->
<dependency>
<groupId>in.umun.framework</groupId>
<artifactId>coree</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/in.umun.framework/coree/
implementation 'in.umun.framework:coree:0.0.3'
// https://jarcasting.com/artifacts/in.umun.framework/coree/
implementation ("in.umun.framework:coree:0.0.3")
'in.umun.framework:coree:jar:0.0.3'
<dependency org="in.umun.framework" name="coree" rev="0.0.3">
<artifact name="coree" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.umun.framework', module='coree', version='0.0.3')
)
libraryDependencies += "in.umun.framework" % "coree" % "0.0.3"
[in.umun.framework/coree "0.0.3"]