| GroupId | GroupIdcom.enioka.jqm |
|---|---|
| ArtifactId | ArtifactIdjqm-test-exit |
| Version | Version1.1.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jqm-test-exit-1.1.6.pom | |
| jqm-test-exit-1.1.6.jar | 1 KB |
| jqm-test-exit-1.1.6-sources.jar | 976 bytes |
| jqm-test-exit-1.1.6-javadoc.jar | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.enioka.jqm/jqm-test-exit/ -->
<dependency>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-test-exit</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-test-exit/
implementation 'com.enioka.jqm:jqm-test-exit:1.1.6'
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-test-exit/
implementation ("com.enioka.jqm:jqm-test-exit:1.1.6")
'com.enioka.jqm:jqm-test-exit:jar:1.1.6'
<dependency org="com.enioka.jqm" name="jqm-test-exit" rev="1.1.6">
<artifact name="jqm-test-exit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.enioka.jqm', module='jqm-test-exit', version='1.1.6')
)
libraryDependencies += "com.enioka.jqm" % "jqm-test-exit" % "1.1.6"
[com.enioka.jqm/jqm-test-exit "1.1.6"]