Categories |
CategoriesAnt Build Tools jQAssistant Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.buschmais.jqassistant.core |
ArtifactId | ArtifactIdplugin |
Version | Version1.9.0-ALPHA1 |
Type | Typejar |
Filename | Size |
---|---|
plugin-1.9.0-ALPHA1.pom | |
plugin-1.9.0-ALPHA1.jar | 28 KB |
plugin-1.9.0-ALPHA1-sources.jar | 20 KB |
plugin-1.9.0-ALPHA1-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant.core/plugin/ -->
<dependency>
<groupId>com.buschmais.jqassistant.core</groupId>
<artifactId>plugin</artifactId>
<version>1.9.0-ALPHA1</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.core/plugin/
implementation 'com.buschmais.jqassistant.core:plugin:1.9.0-ALPHA1'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.core/plugin/
implementation ("com.buschmais.jqassistant.core:plugin:1.9.0-ALPHA1")
'com.buschmais.jqassistant.core:plugin:jar:1.9.0-ALPHA1'
<dependency org="com.buschmais.jqassistant.core" name="plugin" rev="1.9.0-ALPHA1">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.core', module='plugin', version='1.9.0-ALPHA1')
)
libraryDependencies += "com.buschmais.jqassistant.core" % "plugin" % "1.9.0-ALPHA1"
[com.buschmais.jqassistant.core/plugin "1.9.0-ALPHA1"]