generator-prospa
Version:
Create fully working Single Page Applications using various technology combinations
13 lines • 426 B
text/xml
<% if (framework === 'vertx') { %>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-stack-depchain</artifactId>
<version>${vertx.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<%_ } -%>