Categories |
CategoriesAnt Build Tools jQAssistant Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.buschmais.jqassistant.scm |
ArtifactId | ArtifactIdjqassistant.scm.common |
Version | Version1.0.0-M4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant.scm/jqassistant.scm.common/ -->
<dependency>
<groupId>com.buschmais.jqassistant.scm</groupId>
<artifactId>jqassistant.scm.common</artifactId>
<version>1.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.scm/jqassistant.scm.common/
implementation 'com.buschmais.jqassistant.scm:jqassistant.scm.common:1.0.0-M4'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.scm/jqassistant.scm.common/
implementation ("com.buschmais.jqassistant.scm:jqassistant.scm.common:1.0.0-M4")
'com.buschmais.jqassistant.scm:jqassistant.scm.common:jar:1.0.0-M4'
<dependency org="com.buschmais.jqassistant.scm" name="jqassistant.scm.common" rev="1.0.0-M4">
<artifact name="jqassistant.scm.common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.scm', module='jqassistant.scm.common', version='1.0.0-M4')
)
libraryDependencies += "com.buschmais.jqassistant.scm" % "jqassistant.scm.common" % "1.0.0-M4"
[com.buschmais.jqassistant.scm/jqassistant.scm.common "1.0.0-M4"]