is not current version
Last Version 2.2.9

com.enioka.jqm:jqm-all 2.0.0

JQM is an asynchronous batch job manager in Java

GroupId

GroupId

com.enioka.jqm
ArtifactId

ArtifactId

jqm-all
Version

Version

2.0.0
Type

Type

pom

Download jqm-all 2.0.0

Filename Size
jqm-all-2.0.0.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/com.enioka.jqm/jqm-all/ -->
<dependency>
    <groupId>com.enioka.jqm</groupId>
    <artifactId>jqm-all</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-all/
implementation 'com.enioka.jqm:jqm-all:2.0.0'
// https://jarcasting.com/artifacts/com.enioka.jqm/jqm-all/
implementation ("com.enioka.jqm:jqm-all:2.0.0")
'com.enioka.jqm:jqm-all:pom:2.0.0'
<dependency org="com.enioka.jqm" name="jqm-all" rev="2.0.0">
  <artifact name="jqm-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.enioka.jqm', module='jqm-all', version='2.0.0')
)
libraryDependencies += "com.enioka.jqm" % "jqm-all" % "2.0.0"
[com.enioka.jqm/jqm-all "2.0.0"]