is not current version
Last Version 1.12.0-M1

com.buschmais.jqassistant.plugin:spring 1.11.0

Plugin for jQAssistant to be able to scan and to analyze Spring related artifacts.

Categories

Categories

Ant Build Tools jQAssistant Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.buschmais.jqassistant.plugin
ArtifactId

ArtifactId

spring
Version

Version

1.11.0
Type

Type

jar

Download spring 1.11.0


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