is not current version
Last Version 4.3.4

de.hamstersimulator.objectsfirst:parent 4.1.1

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.

GroupId

GroupId

de.hamstersimulator.objectsfirst
ArtifactId

ArtifactId

parent
Version

Version

4.1.1
Type

Type

pom

Download parent 4.1.1

Filename Size
parent-4.1.1.pom 6 KB
Browse

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