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