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