m

maltcms-test-data

Test datasets in different formats.
Files download
File Operation
maltcms-test-data-2.0.0.jar download
maltcms-test-data-2.0.0.pom download
maltcms-test-data-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.nilshoffmann</groupId>
  <artifactId>maltcms-test-data</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.nilshoffmann:maltcms-test-data:2.0.0'
Gradle Kotlin
implementation("io.github.nilshoffmann:maltcms-test-data:2.0.0")
Scala SBT
libraryDependencies += "io.github.nilshoffmann" % "maltcms-test-data" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.nilshoffmann', module='maltcms-test-data', version='2.0.0')
)
Apache Ivy
<dependency org="io.github.nilshoffmann" name="maltcms-test-data" rev="2.0.0" />
Leiningen
[io.github.nilshoffmann/maltcms-test-data "2.0.0"]
Apache Buildr
'io.github.nilshoffmann:maltcms-test-data:jar:2.0.0'