<dependency>
<groupId>com.github.dolphinai.cqrsframework</groupId>
<artifactId>cqrsframework-vertx</artifactId>
<version>1.0.0</version>
</dependency>
libraryDependencies += "com.github.dolphinai.cqrsframework" % "cqrsframework-vertx" % "1.0.0"
@Grapes(
@Grab(group='com.github.dolphinai.cqrsframework', module='cqrsframework-vertx', version='1.0.0')
)
<dependency org="com.github.dolphinai.cqrsframework" name="cqrsframework-vertx" rev="1.0.0" />
<parent> <groupId>com.github.dolphinai.cqrsframework</groupId> <artifactId>parent</artifactId> <version>1.0.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework:spring-context
|-- org.hibernate.validator:hibernate-validator
|-- org.jboss.resteasy:resteasy-spring
|-- org.jboss.resteasy:resteasy-vertx
|-- org.jboss.resteasy:resteasy-validator-provider
provided
|-- io.swagger.core.v3:swagger-annotations
|-- io.swagger.core.v3:swagger-jaxrs2
test
|-- junit:junit