is not current version
Last Version 2.1.0

org.crashub:vertx.shell 2.0.0

A Vert.x module providing remote shell access based on CRaSH shell

Categories

Categories

CRaSH General Purpose Libraries Utility
GroupId

GroupId

org.crashub
ArtifactId

ArtifactId

vertx.shell
Version

Version

2.0.0
Type

Type

jar

Download vertx.shell 2.0.0


<!-- https://jarcasting.com/artifacts/org.crashub/vertx.shell/ -->
<dependency>
    <groupId>org.crashub</groupId>
    <artifactId>vertx.shell</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.crashub/vertx.shell/
implementation 'org.crashub:vertx.shell:2.0.0'
// https://jarcasting.com/artifacts/org.crashub/vertx.shell/
implementation ("org.crashub:vertx.shell:2.0.0")
'org.crashub:vertx.shell:jar:2.0.0'
<dependency org="org.crashub" name="vertx.shell" rev="2.0.0">
  <artifact name="vertx.shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crashub', module='vertx.shell', version='2.0.0')
)
libraryDependencies += "org.crashub" % "vertx.shell" % "2.0.0"
[org.crashub/vertx.shell "2.0.0"]