| GroupId | GroupIdio.restx |
|---|---|
| ArtifactId | ArtifactIdrestx-shell-manager |
| Version | Version0.2.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| restx-shell-manager-0.2.6.pom | |
| restx-shell-manager-0.2.6.jar | 16 KB |
| restx-shell-manager-0.2.6-sources.jar | 5 KB |
| restx-shell-manager-0.2.6-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.restx/restx-shell-manager/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-shell-manager</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-shell-manager/
implementation 'io.restx:restx-shell-manager:0.2.6'
// https://jarcasting.com/artifacts/io.restx/restx-shell-manager/
implementation ("io.restx:restx-shell-manager:0.2.6")
'io.restx:restx-shell-manager:jar:0.2.6'
<dependency org="io.restx" name="restx-shell-manager" rev="0.2.6">
<artifact name="restx-shell-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-shell-manager', version='0.2.6')
)
libraryDependencies += "io.restx" % "restx-shell-manager" % "0.2.6"
[io.restx/restx-shell-manager "0.2.6"]