Skip to content

Instantly share code, notes, and snippets.

@drissamri
Last active August 29, 2015 14:13
Show Gist options
  • Save drissamri/66a3c559261fe23250c8 to your computer and use it in GitHub Desktop.
Save drissamri/66a3c559261fe23250c8 to your computer and use it in GitHub Desktop.
Maven REST support dependencies
<!-- WebJars -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>angularjs</artifactId>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>3.3.1</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment