Categories |
CategoriesCRaSH General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.crashub |
ArtifactId | ArtifactIdvertx.shell |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
vertx.shell-2.0.2.pom | |
vertx.shell-2.0.2.jar | 16 KB |
vertx.shell-2.0.2-sources.jar | 8 KB |
vertx.shell-2.0.2-mod.zip | 8 MB |
vertx.shell-2.0.2-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.crashub/vertx.shell/ -->
<dependency>
<groupId>org.crashub</groupId>
<artifactId>vertx.shell</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.crashub/vertx.shell/
implementation 'org.crashub:vertx.shell:2.0.2'
// https://jarcasting.com/artifacts/org.crashub/vertx.shell/
implementation ("org.crashub:vertx.shell:2.0.2")
'org.crashub:vertx.shell:jar:2.0.2'
<dependency org="org.crashub" name="vertx.shell" rev="2.0.2">
<artifact name="vertx.shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crashub', module='vertx.shell', version='2.0.2')
)
libraryDependencies += "org.crashub" % "vertx.shell" % "2.0.2"
[org.crashub/vertx.shell "2.0.2"]