| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdde.hamstersimulator.objectsfirst |
| ArtifactId | ArtifactIdconfig |
| Last Version | Last Version4.3.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHamstersimulator Configuration Support
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 |
|---|---|
| config-4.3.4.pom | |
| config-4.3.4.jar | 4 KB |
| config-4.3.4-sources.jar | 4 KB |
| config-4.3.4-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.hamstersimulator.objectsfirst/config/ -->
<dependency>
<groupId>de.hamstersimulator.objectsfirst</groupId>
<artifactId>config</artifactId>
<version>4.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.hamstersimulator.objectsfirst/config/
implementation 'de.hamstersimulator.objectsfirst:config:4.3.4'
// https://jarcasting.com/artifacts/de.hamstersimulator.objectsfirst/config/
implementation ("de.hamstersimulator.objectsfirst:config:4.3.4")
'de.hamstersimulator.objectsfirst:config:jar:4.3.4'
<dependency org="de.hamstersimulator.objectsfirst" name="config" rev="4.3.4">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hamstersimulator.objectsfirst', module='config', version='4.3.4')
)
libraryDependencies += "de.hamstersimulator.objectsfirst" % "config" % "4.3.4"
[de.hamstersimulator.objectsfirst/config "4.3.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.6 |