MVN

org.mini2Dx : artemis-fluid-core-utility-sources

Maven & Gradle

Nov 01, 2022

Provides a testing framework for support classes that are generated when using fluid entities. Since E.class and SuperMapper.class are not available at this point we resort to a bit of trickery so we can at least test the utility classes. fluid-core will pick up /src/test/java/com/artemis/ as resources (see /target/classes/fluid-entity-sources/) FluidGenerator can be made to deploy these while generating E and SuperMapper. See fluid-core pom which files are packaged as resources. Add new files to be deployed to FluidGenerator.generate manually!

<dependency>
    <groupId>org.mini2Dx</groupId>
    <artifactId>artemis-fluid-core-utility-sources</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mini2Dx : artemis-fluid-core-utility-sources to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of org.mini2Dx : artemis-fluid-core-utility-sources to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
artemis-fluid-core-utility-sources-2.4.0

How to add a dependency to Maven

Add the following org.mini2Dx : artemis-fluid-core-utility-sources maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mini2Dx</groupId>
    <artifactId>artemis-fluid-core-utility-sources</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mini2Dx : artemis-fluid-core-utility-sources gradle dependency to your build.gradle file:

implementation 'org.mini2Dx:artemis-fluid-core-utility-sources:2.4.0'

Gradle Kotlin DSL: Add the following org.mini2Dx : artemis-fluid-core-utility-sources gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mini2Dx:artemis-fluid-core-utility-sources:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mini2Dx : artemis-fluid-core-utility-sources sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mini2Dx" % "artemis-fluid-core-utility-sources" % "2.4.0"