| Categories |
CategoriesAnt Build Tools jQAssistant Application Testing & Monitoring Code Analysis |
|---|---|
| GroupId | GroupIdcom.buschmais.jqassistant.core |
| ArtifactId | ArtifactIdreport |
| Version | Version1.5.0-RC-1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| report-1.5.0-RC-1.pom | |
| report-1.5.0-RC-1.jar | 79 KB |
| report-1.5.0-RC-1-sources.jar | 44 KB |
| report-1.5.0-RC-1-javadoc.jar | 287 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant.core/report/ -->
<dependency>
<groupId>com.buschmais.jqassistant.core</groupId>
<artifactId>report</artifactId>
<version>1.5.0-RC-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.core/report/
implementation 'com.buschmais.jqassistant.core:report:1.5.0-RC-1'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.core/report/
implementation ("com.buschmais.jqassistant.core:report:1.5.0-RC-1")
'com.buschmais.jqassistant.core:report:jar:1.5.0-RC-1'
<dependency org="com.buschmais.jqassistant.core" name="report" rev="1.5.0-RC-1">
<artifact name="report" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.core', module='report', version='1.5.0-RC-1')
)
libraryDependencies += "com.buschmais.jqassistant.core" % "report" % "1.5.0-RC-1"
[com.buschmais.jqassistant.core/report "1.5.0-RC-1"]