GroupId | GroupIdcom.enioka.jqm |
---|---|
ArtifactId | ArtifactIdjqm-runner-shell |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
jqm-runner-shell-2.2.0.pom | |
jqm-runner-shell-2.2.0.jar | 17 KB |
jqm-runner-shell-2.2.0-sources.jar | 8 KB |
jqm-runner-shell-2.2.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.enioka.jqm/jqm-runner-shell/ -->
<dependency>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-runner-shell</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-runner-shell/
implementation 'com.enioka.jqm:jqm-runner-shell:2.2.0'
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-runner-shell/
implementation ("com.enioka.jqm:jqm-runner-shell:2.2.0")
'com.enioka.jqm:jqm-runner-shell:jar:2.2.0'
<dependency org="com.enioka.jqm" name="jqm-runner-shell" rev="2.2.0">
<artifact name="jqm-runner-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.enioka.jqm', module='jqm-runner-shell', version='2.2.0')
)
libraryDependencies += "com.enioka.jqm" % "jqm-runner-shell" % "2.2.0"
[com.enioka.jqm/jqm-runner-shell "2.2.0"]