Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.bmsantos |
ArtifactId | ArtifactIdcola-tests-compiler |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bmsantos/cola-tests-compiler/ -->
<dependency>
<groupId>com.github.bmsantos</groupId>
<artifactId>cola-tests-compiler</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bmsantos/cola-tests-compiler/
implementation 'com.github.bmsantos:cola-tests-compiler:0.0.3'
// https://jarcasting.com/artifacts/com.github.bmsantos/cola-tests-compiler/
implementation ("com.github.bmsantos:cola-tests-compiler:0.0.3")
'com.github.bmsantos:cola-tests-compiler:jar:0.0.3'
<dependency org="com.github.bmsantos" name="cola-tests-compiler" rev="0.0.3">
<artifact name="cola-tests-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bmsantos', module='cola-tests-compiler', version='0.0.3')
)
libraryDependencies += "com.github.bmsantos" % "cola-tests-compiler" % "0.0.3"
[com.github.bmsantos/cola-tests-compiler "0.0.3"]