| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.github.bmsantos |
| Идентификатор | Идентификаторcola-tests-compiler |
| Версия | Версия0.5.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.bmsantos/cola-tests-compiler/ -->
<dependency>
<groupId>com.github.bmsantos</groupId>
<artifactId>cola-tests-compiler</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bmsantos/cola-tests-compiler/
implementation 'com.github.bmsantos:cola-tests-compiler:0.5.0'
// https://jarcasting.com/artifacts/com.github.bmsantos/cola-tests-compiler/
implementation ("com.github.bmsantos:cola-tests-compiler:0.5.0")
'com.github.bmsantos:cola-tests-compiler:jar:0.5.0'
<dependency org="com.github.bmsantos" name="cola-tests-compiler" rev="0.5.0">
<artifact name="cola-tests-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bmsantos', module='cola-tests-compiler', version='0.5.0')
)
libraryDependencies += "com.github.bmsantos" % "cola-tests-compiler" % "0.5.0"
[com.github.bmsantos/cola-tests-compiler "0.5.0"]