is not current version
Last Version 1.12.0-M1

com.buschmais.jqassistant.plugin:common 1.6.0

The jQAssistant Plugin Common provides a set of common classes which can be used by all jQAssistant plugins.

Categories

Categories

Ant Build Tools jQAssistant Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.buschmais.jqassistant.plugin
ArtifactId

ArtifactId

common
Version

Version

1.6.0
Type

Type

jar

Download common 1.6.0


<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/common/ -->
<dependency>
    <groupId>com.buschmais.jqassistant.plugin</groupId>
    <artifactId>common</artifactId>
    <version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/common/
implementation 'com.buschmais.jqassistant.plugin:common:1.6.0'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/common/
implementation ("com.buschmais.jqassistant.plugin:common:1.6.0")
'com.buschmais.jqassistant.plugin:common:jar:1.6.0'
<dependency org="com.buschmais.jqassistant.plugin" name="common" rev="1.6.0">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='common', version='1.6.0')
)
libraryDependencies += "com.buschmais.jqassistant.plugin" % "common" % "1.6.0"
[com.buschmais.jqassistant.plugin/common "1.6.0"]