| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаcom.entopix |
| Идентификатор | Идентификаторmaui-data |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThis is just a jar that packages up the labels for making the engine that bit better.
Because it rarely changes, it makes no sense to release it each time we release the
main Maui artifact, or to force people to download it again and again.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| maui-data-1.1.pom | |
| maui-data-1.1.jar | 71 MB |
| maui-data-1.1-sources.jar | 71 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.entopix/maui-data/ -->
<dependency>
<groupId>com.entopix</groupId>
<artifactId>maui-data</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.entopix/maui-data/
implementation 'com.entopix:maui-data:1.1'
// https://jarcasting.com/artifacts/com.entopix/maui-data/
implementation ("com.entopix:maui-data:1.1")
'com.entopix:maui-data:jar:1.1'
<dependency org="com.entopix" name="maui-data" rev="1.1">
<artifact name="maui-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.entopix', module='maui-data', version='1.1')
)
libraryDependencies += "com.entopix" % "maui-data" % "1.1"
[com.entopix/maui-data "1.1"]