GroupId | GroupIdorg.xipki.shell |
---|---|
ArtifactId | ArtifactIdshells |
Version | Version5.3.5 |
Type | Typepom |
Filename | Size |
---|---|
shells-5.3.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xipki.shell/shells/ -->
<dependency>
<groupId>org.xipki.shell</groupId>
<artifactId>shells</artifactId>
<version>5.3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xipki.shell/shells/
implementation 'org.xipki.shell:shells:5.3.5'
// https://jarcasting.com/artifacts/org.xipki.shell/shells/
implementation ("org.xipki.shell:shells:5.3.5")
'org.xipki.shell:shells:pom:5.3.5'
<dependency org="org.xipki.shell" name="shells" rev="5.3.5">
<artifact name="shells" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xipki.shell', module='shells', version='5.3.5')
)
libraryDependencies += "org.xipki.shell" % "shells" % "5.3.5"
[org.xipki.shell/shells "5.3.5"]