This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
Releases: lfuelling/cleanfoot
Releases · lfuelling/cleanfoot
v3.5.6
This is the second release of cleanfoot. It contains the following changes:
- updated
org.reflections.reflections
to0.9.11
- removed BlueJ data collection entirely
Usage
Add the following repo to your pom:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
And then the following dependency:
<dependency>
<groupId>com.github.lfuelling</groupId>
<artifactId>cleanfoot</artifactId>
<version>3.5.6</version>
</dependency>
v3.5.5
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>