License |
License |
---|---|
GroupId | GroupIdde.hamstersimulator.objectsfirst |
ArtifactId | ArtifactIdmain |
Version | Version4.2.0 |
Type | Typejar |
Description |
DescriptionHamster Simulator Main 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.
|
Filename | Size |
---|---|
main-4.2.0.pom | |
main-4.2.0.jar | 25 KB |
main-4.2.0-sources.jar | 21 KB |
main-4.2.0-javadoc.jar | 734 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hamstersimulator.objectsfirst/main/ -->
<dependency>
<groupId>de.hamstersimulator.objectsfirst</groupId>
<artifactId>main</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.hamstersimulator.objectsfirst/main/
implementation 'de.hamstersimulator.objectsfirst:main:4.2.0'
// https://jarcasting.com/artifacts/de.hamstersimulator.objectsfirst/main/
implementation ("de.hamstersimulator.objectsfirst:main:4.2.0")
'de.hamstersimulator.objectsfirst:main:jar:4.2.0'
<dependency org="de.hamstersimulator.objectsfirst" name="main" rev="4.2.0">
<artifact name="main" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hamstersimulator.objectsfirst', module='main', version='4.2.0')
)
libraryDependencies += "de.hamstersimulator.objectsfirst" % "main" % "4.2.0"
[de.hamstersimulator.objectsfirst/main "4.2.0"]
Group / Artifact | Type | Version |
---|---|---|
de.hamstersimulator.objectsfirst : utils | jar | 4.2.0 |
de.hamstersimulator.objectsfirst : core | jar | 4.2.0 |
de.hamstersimulator.objectsfirst : ui | jar | 4.2.0 |
de.hamstersimulator.objectsfirst : config | jar | 4.2.0 |
de.hamstersimulator.objectsfirst : server | jar | 4.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.mockito : mockito-core | jar | 3.11.2 |