Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.enioka.jqm |
ArtifactId | ArtifactIdjqm-client |
Version | Version2.2.7 |
Type | Typepom |
Filename | Size |
---|---|
jqm-client-2.2.7.pom | 804 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.enioka.jqm/jqm-client/ -->
<dependency>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-client</artifactId>
<version>2.2.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-client/
implementation 'com.enioka.jqm:jqm-client:2.2.7'
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-client/
implementation ("com.enioka.jqm:jqm-client:2.2.7")
'com.enioka.jqm:jqm-client:pom:2.2.7'
<dependency org="com.enioka.jqm" name="jqm-client" rev="2.2.7">
<artifact name="jqm-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.enioka.jqm', module='jqm-client', version='2.2.7')
)
libraryDependencies += "com.enioka.jqm" % "jqm-client" % "2.2.7"
[com.enioka.jqm/jqm-client "2.2.7"]