Skip to content

devtiro/course-lombok

Repository files navigation

Devtiro's Practical Lombok Course

YouTube Video

Check out the full course video on YouTube: (Live 2023-06-12 at 3PM BST) Devtiro's Practical Lombok Course

Code Snippets

Lombok Maven Dependency

<dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok</artifactId>
    <version>1.18.28</version>
    <scope>provided</scope>
</dependency>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages