Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.bmsantos |
ArtifactId | ArtifactIdcola-tests-reports |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
cola-tests-reports-0.2.0.pom | |
cola-tests-reports-0.2.0.jar | 8 KB |
cola-tests-reports-0.2.0-sources.jar | 3 KB |
cola-tests-reports-0.2.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bmsantos/cola-tests-reports/ -->
<dependency>
<groupId>com.github.bmsantos</groupId>
<artifactId>cola-tests-reports</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bmsantos/cola-tests-reports/
implementation 'com.github.bmsantos:cola-tests-reports:0.2.0'
// https://jarcasting.com/artifacts/com.github.bmsantos/cola-tests-reports/
implementation ("com.github.bmsantos:cola-tests-reports:0.2.0")
'com.github.bmsantos:cola-tests-reports:jar:0.2.0'
<dependency org="com.github.bmsantos" name="cola-tests-reports" rev="0.2.0">
<artifact name="cola-tests-reports" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bmsantos', module='cola-tests-reports', version='0.2.0')
)
libraryDependencies += "com.github.bmsantos" % "cola-tests-reports" % "0.2.0"
[com.github.bmsantos/cola-tests-reports "0.2.0"]