contrib-test-gwt

Test contrib functionality under gwt.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Net
GroupId

GroupId

net.mostlyoriginal.artemis-odb
ArtifactId

ArtifactId

contrib-test-gwt
Last Version

Last Version

2.5.0
Release Date

Release Date

Type

Type

war
Description

Description

contrib-test-gwt
Test contrib functionality under gwt.

Download contrib-test-gwt

How to add to project

<!-- https://jarcasting.com/artifacts/net.mostlyoriginal.artemis-odb/contrib-test-gwt/ -->
<dependency>
    <groupId>net.mostlyoriginal.artemis-odb</groupId>
    <artifactId>contrib-test-gwt</artifactId>
    <version>2.5.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.mostlyoriginal.artemis-odb/contrib-test-gwt/
implementation 'net.mostlyoriginal.artemis-odb:contrib-test-gwt:2.5.0'
// https://jarcasting.com/artifacts/net.mostlyoriginal.artemis-odb/contrib-test-gwt/
implementation ("net.mostlyoriginal.artemis-odb:contrib-test-gwt:2.5.0")
'net.mostlyoriginal.artemis-odb:contrib-test-gwt:war:2.5.0'
<dependency org="net.mostlyoriginal.artemis-odb" name="contrib-test-gwt" rev="2.5.0">
  <artifact name="contrib-test-gwt" type="war" />
</dependency>
@Grapes(
@Grab(group='net.mostlyoriginal.artemis-odb', module='contrib-test-gwt', version='2.5.0')
)
libraryDependencies += "net.mostlyoriginal.artemis-odb" % "contrib-test-gwt" % "2.5.0"
[net.mostlyoriginal.artemis-odb/contrib-test-gwt "2.5.0"]

Dependencies

compile (16)

Group / Artifact Type Version
net.mostlyoriginal.artemis-odb : contrib-core jar 2.5.0
net.mostlyoriginal.artemis-odb : contrib-jam jar 2.5.0
net.mostlyoriginal.artemis-odb : contrib-eventbus jar 2.5.0
net.mostlyoriginal.artemis-odb : contrib-plugin-singleton jar 2.5.0
net.mostlyoriginal.artemis-odb : contrib-jam jar 2.5.0
com.badlogicgames.gdx : gdx jar 1.9.10
com.badlogicgames.gdx : gdx-backend-gwt jar 1.9.10
com.badlogicgames.gdx : gdx-backend-gwt jar 1.9.10
net.mostlyoriginal.artemis-odb : contrib-eventbus jar 2.5.0
net.onedaybeard.artemis : artemis-odb jar 2.3.0
com.google.gwt : gwt-user jar 2.8.2
net.onedaybeard.artemis : artemis-odb-gwt jar 2.3.0
net.onedaybeard.artemis : artemis-odb-gwt jar 2.3.0
net.onedaybeard.artemis : artemis-odb jar 2.3.0
com.allen-sauer.gwt.log : gwt-log jar 3.1.6
com.google.code.findbugs : jsr305 jar 3.0.2

provided (1)

Group / Artifact Type Version
com.badlogicgames.gdx : gdx jar 1.9.10

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

artemis-odb-contrib

Build Status

Drop-in extensions for artemis-odb. Event bus, scheduled operations, deferred systems, profiler, abstract and prefab systems, components and networking. Well, eventually anyway.

When to use this

If you want to quickly prototype a game without getting bogged down by the details of entity component systems, this package will help get you started.

I use this toolkit for jam games. You are welcome to use it for whatever you need!

Alternatively, if you want to properly set up artemis-odb + libgdx or playn with all fancy features, check out these instead:

Library Versions

Artemis-odb 2.2.0, (Optional) LibGDX 1.9.9.

License

The primary license for this code is MIT. Some stubs from LibGDX are licensed under Apache 2.0.

Download

Maven

<dependency>
  <groupId>net.mostlyoriginal.artemis-odb</groupId>
  <artifactId>contrib-core</artifactId>
  <version>2.4.0</version>
</dependency>

<dependency>
  <groupId>net.mostlyoriginal.artemis-odb</groupId>
  <artifactId>contrib-eventbus</artifactId>
  <version>2.4.0</version>
</dependency>

Gradle

dependencies { 
    compile "net.mostlyoriginal.artemis-odb:contrib-core:2.4.0"
    compile "net.mostlyoriginal.artemis-odb:contrib-eventbus:2.4.0"
}

Versions

Version
2.5.0
2.4.0
2.3.0
2.2.0
1.2.1
1.2.0
1.1.0
1.0.0
0.11.4
0.10.2
0.10.1
0.9.2
0.9.1
0.7.1