Provide some useful annotations
For specifying the target JDK version, If not, Jitpack sets JDK1.8 as the default.
- Lookup {version_tag}
- Update POM.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories> <dependency>
<groupId>com.github.mantranminh</groupId>
<artifactId>icarus</artifactId>
<version>{version_tag}</version>
</dependency>- Create Component Scan config
@Configuration
@ComponentScan("com.github.mantranminh.icarus.annotations")