Last active
August 29, 2015 14:13
-
-
Save drissamri/66a3c559261fe23250c8 to your computer and use it in GitHub Desktop.
Maven REST support dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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