Hamstersimulator Core Model Library

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

core
Last Version

Last Version

4.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

Hamstersimulator Core Model Library
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 core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
de.hamstersimulator.objectsfirst : utils jar 4.3.4
org.openjfx : javafx-base jar 17.0.2-ea+1

test (3)

Group / Artifact Type Version
org.mockito : mockito-core jar 3.11.2
org.junit.jupiter : junit-jupiter-engine jar 5.7.2
org.junit.jupiter : junit-jupiter-api jar 5.7.2

Project Modules

There are no modules declared in this project.

Versions

Version
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.1
4.1.0
4.0.0