generator-prospa
Version:
Create fully working Single Page Applications using various technology combinations
32 lines (31 loc) • 1.05 kB
text/xml
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-junit5</artifactId>
<scope>test</scope>
</dependency>
<%_ if (language === 'groovy') { -%>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<classifier>indy</classifier>
<version>${groovy.version}</version>
</dependency>
<%_ } -%>
<%_ if (language === 'kotlin') { -%>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin.version}</version>
</dependency>
<% } -%>
<%_ if (language === 'scala') { -%>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>${scala.version}</version>
</dependency>
<%_ } -%>