Last Version

net.onedaybeard.artemis:artemis-fluid-core-utility-sources 2.3.0

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!

License

License

Categories

Categories

Net Utility General Purpose Libraries
GroupId

GroupId

net.onedaybeard.artemis
ArtifactId

ArtifactId

artemis-fluid-core-utility-sources
Version

Version

2.3.0
Type

Type

jar
Description

Description

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!

Download artemis-fluid-core-utility-sources 2.3.0


<!-- https://jarcasting.com/artifacts/net.onedaybeard.artemis/artemis-fluid-core-utility-sources/ -->
<dependency>
    <groupId>net.onedaybeard.artemis</groupId>
    <artifactId>artemis-fluid-core-utility-sources</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.onedaybeard.artemis/artemis-fluid-core-utility-sources/
implementation 'net.onedaybeard.artemis:artemis-fluid-core-utility-sources:2.3.0'
// https://jarcasting.com/artifacts/net.onedaybeard.artemis/artemis-fluid-core-utility-sources/
implementation ("net.onedaybeard.artemis:artemis-fluid-core-utility-sources:2.3.0")
'net.onedaybeard.artemis:artemis-fluid-core-utility-sources:jar:2.3.0'
<dependency org="net.onedaybeard.artemis" name="artemis-fluid-core-utility-sources" rev="2.3.0">
  <artifact name="artemis-fluid-core-utility-sources" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.onedaybeard.artemis', module='artemis-fluid-core-utility-sources', version='2.3.0')
)
libraryDependencies += "net.onedaybeard.artemis" % "artemis-fluid-core-utility-sources" % "2.3.0"
[net.onedaybeard.artemis/artemis-fluid-core-utility-sources "2.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
net.onedaybeard.artemis : artemis-odb jar 2.3.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.