m

maui-data

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.
Files download
File Operation
maui-data-1.1.jar download
maui-data-1.1.pom download
maui-data-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.entopix</groupId>
  <artifactId>maui-data</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.entopix:maui-data:1.1'
Gradle Kotlin
implementation("com.entopix:maui-data:1.1")
Scala SBT
libraryDependencies += "com.entopix" % "maui-data" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.entopix', module='maui-data', version='1.1')
)
Apache Ivy
<dependency org="com.entopix" name="maui-data" rev="1.1" />
Leiningen
[com.entopix/maui-data "1.1"]
Apache Buildr
'com.entopix:maui-data:jar:1.1'