is not current version
Last Version 1.12.0-M1

com.buschmais.jqassistant.plugin:spring 1.5-RC-1

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.5-RC-1
Type

Type

jar

Download spring 1.5-RC-1


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