Skip to content

Instantly share code, notes, and snippets.

@haigopi
Created June 24, 2018 21:54
Show Gist options
  • Save haigopi/f2895f61cd27a0a0e780bcde562a8715 to your computer and use it in GitHub Desktop.
Save haigopi/f2895f61cd27a0a0e780bcde562a8715 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>com.lightbend.lagom</groupId>
<artifactId>lagom-maven-dependencies</artifactId>
<version>${lagom.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.10</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment