| GroupId | GroupIdcom.github.susom |
|---|---|
| ArtifactId | ArtifactIdvertx-parent |
| Version | Version1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| vertx-parent-1.1.pom | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.susom/vertx-parent/ -->
<dependency>
<groupId>com.github.susom</groupId>
<artifactId>vertx-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.susom/vertx-parent/
implementation 'com.github.susom:vertx-parent:1.1'
// https://jarcasting.com/artifacts/com.github.susom/vertx-parent/
implementation ("com.github.susom:vertx-parent:1.1")
'com.github.susom:vertx-parent:pom:1.1'
<dependency org="com.github.susom" name="vertx-parent" rev="1.1">
<artifact name="vertx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.susom', module='vertx-parent', version='1.1')
)
libraryDependencies += "com.github.susom" % "vertx-parent" % "1.1"
[com.github.susom/vertx-parent "1.1"]