Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

v3.5.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@lfuelling lfuelling released this 10 Jul 12:29
· 31 commits to master since this release

This is the first release of cleanfoot. It contains only one visible change:

  • made greenfoot.Font(java.awt.Font) constructor public

Usage

Add the following repo to your pom:

<repositories>
    <repository>
        <id>gammel</id>
        <url>https://nexus.gammel.cloud/repository/maven-public/</url>
    </repository>
</repositories>

And then the following dependency:

<dependency>
    <groupId>sh.lrk</groupId>
    <artifactId>cleanfoot</artifactId>
    <version>3.5.5</version>
</dependency>