Last Version

SQA Hamster Simulator Root Project 4.3.4

The objectsfirst Hamstersimulator is a variant of the Hamstersimulator for teaching programming initiated by D. Bohles at the University of Oldenburg. This variant here used the original ideas but uses a pure OO-API and utilizes features of modern Java versions and libraries (JDK >= 14). In addition, it brings objects-first to the Hamstersimulator as described in the programming teaching book "Touch of Class" by B. Meyer.

License

License

GroupId

GroupId

de.hamstersimulator.objectsfirst
ArtifactId

ArtifactId

root
Version

Version

4.3.4
Type

Type

pom
Description

Description

SQA Hamster Simulator Root Project
The objectsfirst Hamstersimulator is a variant of the Hamstersimulator for teaching programming initiated by D. Bohles at the University of Oldenburg. This variant here used the original ideas but uses a pure OO-API and utilizes features of modern Java versions and libraries (JDK >= 14). In addition, it brings objects-first to the Hamstersimulator as described in the programming teaching book "Touch of Class" by B. Meyer.

Download root 4.3.4

Filename Size
root-4.3.4.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/de.hamstersimulator.objectsfirst/root/ -->
<dependency>
    <groupId>de.hamstersimulator.objectsfirst</groupId>
    <artifactId>root</artifactId>
    <version>4.3.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.hamstersimulator.objectsfirst/root/
implementation 'de.hamstersimulator.objectsfirst:root:4.3.4'
// https://jarcasting.com/artifacts/de.hamstersimulator.objectsfirst/root/
implementation ("de.hamstersimulator.objectsfirst:root:4.3.4")
'de.hamstersimulator.objectsfirst:root:pom:4.3.4'
<dependency org="de.hamstersimulator.objectsfirst" name="root" rev="4.3.4">
  <artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.hamstersimulator.objectsfirst', module='root', version='4.3.4')
)
libraryDependencies += "de.hamstersimulator.objectsfirst" % "root" % "4.3.4"
[de.hamstersimulator.objectsfirst/root "4.3.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • de.hamstersimulator.objectsfirst.parent
  • de.hamstersimulator.objectsfirst.core
  • de.hamstersimulator.objectsfirst.main
  • de.hamstersimulator.objectsfirst.ui
  • de.hamstersimulator.objectsfirst.server
  • de.hamstersimulator.objectsfirst.utils
  • de.hamstersimulator.objectsfirst.examples
  • de.hamstersimulator.objectsfirst.config
  • de.hamstersimulator.objectsfirst.testframework
  • de.hamstersimulator.objectsfirst.inspector