0

Использование Lombok

This commit is contained in:
2017-04-02 16:23:04 +03:00
parent 8aaa2aa8e1
commit 82f26515ef
2 changed files with 11 additions and 19 deletions

View File

@@ -82,6 +82,11 @@
<artifactId>jsoup</artifactId>
<version>1.8.3</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.16</version>
</dependency>
</dependencies>
<build>