is not current version
Last Version 1.12.0-M1

com.buschmais.jqassistant.plugin:common 1.9.0-RC1

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.9.0-RC1
Type

Type

jar

Download common 1.9.0-RC1


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