Guest User

Untitled

a guest
Jan 22nd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.webjars.npm</groupId>
  3. <artifactId>popper.js</artifactId>
  4. <version>1.13.0</version>
  5. </dependency>
  6. <dependency>
  7. <groupId>org.webjars</groupId>
  8. <artifactId>webjars-locator</artifactId>
  9. <version>0.32-1</version>
  10. </dependency>
  11.  
  12. <script th:src="@{/webjars/npm/popper.js/popper.min.js}" type="text/javascript"></script>
  13.  
  14. <script th:src="@{/webjars/popper.js/1.13.0/dist/popper.min.js}" type="text/javascript"></script>
Add Comment
Please, Sign In to add comment