GroupId | GroupIduk.org.retep.microkernel |
---|---|
ArtifactId | ArtifactIdshell |
Version | Version10.5 |
Type | Typejar |
Filename | Size |
---|---|
shell-10.5.pom | |
shell-10.5.jar | 26 KB |
shell-10.5-tests.jar | 1 KB |
shell-10.5-sources.jar | 20 KB |
shell-10.5-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.microkernel/shell/ -->
<dependency>
<groupId>uk.org.retep.microkernel</groupId>
<artifactId>shell</artifactId>
<version>10.5</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.microkernel/shell/
implementation 'uk.org.retep.microkernel:shell:10.5'
// https://jarcasting.com/artifacts/uk.org.retep.microkernel/shell/
implementation ("uk.org.retep.microkernel:shell:10.5")
'uk.org.retep.microkernel:shell:jar:10.5'
<dependency org="uk.org.retep.microkernel" name="shell" rev="10.5">
<artifact name="shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.microkernel', module='shell', version='10.5')
)
libraryDependencies += "uk.org.retep.microkernel" % "shell" % "10.5"
[uk.org.retep.microkernel/shell "10.5"]