License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.entopix |
ArtifactId | ArtifactIdmaui-data |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
maui-data-1.1.pom | |
maui-data-1.1.jar | 71 MB |
maui-data-1.1-sources.jar | 71 MB |
Browse |
<!-- 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"]