MVN

de.hamstersimulator.objectsfirst : parent

Maven & Gradle

Oct 07, 2022
1 stars

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.

<dependency>
    <groupId>de.hamstersimulator.objectsfirst</groupId>
    <artifactId>parent</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.hamstersimulator.objectsfirst : parent to add to Maven - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of de.hamstersimulator.objectsfirst : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
5.0.x
parent-5.0.0
4.3.x
parent-4.3.4
parent-4.3.3
parent-4.3.2
parent-4.3.1
parent-4.3.0
4.2.x
parent-4.2.0
4.1.x
parent-4.1.1
parent-4.1.0
4.0.x
parent-4.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.hamstersimulator.objectsfirst</groupId>
    <artifactId>parent</artifactId>
    <version>5.0.0</version>
</dependency>

Advertisement