Skip to content

Releases: forge/roaster

2.25.0.Final

21 May 12:22
e993e07
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/forge/roaster/commits/2.25.0.Final

Add this to your pom.xml:

<properties>
  <version.roaster>2.25.0.Final</version.roaster>
</properties>

<dependency>
  <groupId>org.jboss.forge.roaster</groupId>
  <artifactId>roaster-api</artifactId>
  <version>${version.roaster}</version>
</dependency>
<dependency>
  <groupId>org.jboss.forge.roaster</groupId>
  <artifactId>roaster-jdt</artifactId>
  <version>${version.roaster}</version>
  <scope>runtime</scope>
</dependency>