Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.weld.vertx |
ArtifactId | ArtifactIdweld-vertx-parent |
Version | Version1.0.0.CR2 |
Type | Typepom |
Filename | Size |
---|---|
weld-vertx-parent-1.0.0.CR2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.weld.vertx/weld-vertx-parent/ -->
<dependency>
<groupId>org.jboss.weld.vertx</groupId>
<artifactId>weld-vertx-parent</artifactId>
<version>1.0.0.CR2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld.vertx/weld-vertx-parent/
implementation 'org.jboss.weld.vertx:weld-vertx-parent:1.0.0.CR2'
// https://jarcasting.com/artifacts/org.jboss.weld.vertx/weld-vertx-parent/
implementation ("org.jboss.weld.vertx:weld-vertx-parent:1.0.0.CR2")
'org.jboss.weld.vertx:weld-vertx-parent:pom:1.0.0.CR2'
<dependency org="org.jboss.weld.vertx" name="weld-vertx-parent" rev="1.0.0.CR2">
<artifact name="weld-vertx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld.vertx', module='weld-vertx-parent', version='1.0.0.CR2')
)
libraryDependencies += "org.jboss.weld.vertx" % "weld-vertx-parent" % "1.0.0.CR2"
[org.jboss.weld.vertx/weld-vertx-parent "1.0.0.CR2"]