Categories |
CategoriesHK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.englishtown.vertx |
ArtifactId | ArtifactIdvertx-hk2-parent |
Version | Version2.0.0-RC4 |
Type | Typepom |
Filename | Size |
---|---|
vertx-hk2-parent-2.0.0-RC4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.englishtown.vertx/vertx-hk2-parent/ -->
<dependency>
<groupId>com.englishtown.vertx</groupId>
<artifactId>vertx-hk2-parent</artifactId>
<version>2.0.0-RC4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.englishtown.vertx/vertx-hk2-parent/
implementation 'com.englishtown.vertx:vertx-hk2-parent:2.0.0-RC4'
// https://jarcasting.com/artifacts/com.englishtown.vertx/vertx-hk2-parent/
implementation ("com.englishtown.vertx:vertx-hk2-parent:2.0.0-RC4")
'com.englishtown.vertx:vertx-hk2-parent:pom:2.0.0-RC4'
<dependency org="com.englishtown.vertx" name="vertx-hk2-parent" rev="2.0.0-RC4">
<artifact name="vertx-hk2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.englishtown.vertx', module='vertx-hk2-parent', version='2.0.0-RC4')
)
libraryDependencies += "com.englishtown.vertx" % "vertx-hk2-parent" % "2.0.0-RC4"
[com.englishtown.vertx/vertx-hk2-parent "2.0.0-RC4"]