Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 348 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 348 Bytes

== Annotations Project

This project includes all Spring Roo Annotations dependencies to be included on Spring Roo generated project as:

<dependency>
    <groupId>org.springframework.roo</groupId>
    <artifactId>org.springframework.roo.annotations</artifactId>
    <version>${roo.version}</version>
    <scope>provided</scope>
</dependency>