vertx外掛使用vertx-maven-plugin

吳X發表於2017-10-23

http://search.maven.org

http://search.maven.org/#artifactdetails%7Cio.fabric8%7Cvertx-maven-plugin%7C1.0.13%7Cmaven-plugin

原始碼: https://github.com/fabric8io/vertx-maven-plugin

文件 Vert.x Maven Plugin : https://vmp.fabric8.io/

 


 

http://www.webjars.org/

WebJars are client-side web libraries (e.g. jQuery & Bootstrap) packaged into JAR (Java Archive) files.

  • Explicitly and easily manage the client-side dependencies in JVM-based web applications
  • Use JVM-based build tools (e.g. Maven, Gradle, sbt, ...) to download your client-side dependencies
  • Know which client-side dependencies you are using
  • Transitive dependencies are automatically resolved and optionally loaded via RequireJS
  • Deployed on Maven Central
  • Public CDN, generously provided by

使用WebJar管理css、JavaScript檔案 http://www.cnblogs.com/mingziday/p/4748534.html

 

相關文章