Hamstersimulator Maven Parent 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.

License

License

GroupId

GroupId

de.hamstersimulator.objectsfirst
ArtifactId

ArtifactId

parent
Last Version

Last Version

4.3.4
Release Date

Release Date

Type

Type

pom
Description

Description

Hamstersimulator Maven Parent 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.
Project URL

Project URL

https://github.com/SQAHamster/plain-java-hamster/blob/master/README.md
Source Code Management

Source Code Management

https://github.com/SQAHamster/plain-java-hamster/tree/master

Download parent

Filename Size
parent-4.3.4.pom 6 KB
Browse

How to add to project

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

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