License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Ant |
GroupId | GroupIdcom.github.bmsantos |
ArtifactId | ArtifactIdcola-gradle-plugin |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCOLA Tests
COLA Tests is a plugin that automatically injects BDD stories into normal JUnit POJOs.
|
Filename | Size |
---|---|
cola-gradle-plugin-0.5.0.pom | |
cola-gradle-plugin-0.5.0.jar | 23 KB |
cola-gradle-plugin-0.5.0-sources.jar | 4 KB |
cola-gradle-plugin-0.5.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bmsantos/cola-gradle-plugin/ -->
<dependency>
<groupId>com.github.bmsantos</groupId>
<artifactId>cola-gradle-plugin</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bmsantos/cola-gradle-plugin/
implementation 'com.github.bmsantos:cola-gradle-plugin:0.5.0'
// https://jarcasting.com/artifacts/com.github.bmsantos/cola-gradle-plugin/
implementation ("com.github.bmsantos:cola-gradle-plugin:0.5.0")
'com.github.bmsantos:cola-gradle-plugin:jar:0.5.0'
<dependency org="com.github.bmsantos" name="cola-gradle-plugin" rev="0.5.0">
<artifact name="cola-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bmsantos', module='cola-gradle-plugin', version='0.5.0')
)
libraryDependencies += "com.github.bmsantos" % "cola-gradle-plugin" % "0.5.0"
[com.github.bmsantos/cola-gradle-plugin "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.bmsantos : cola-tests | jar | 0.5.0 |
org.codehaus.plexus : plexus-utils | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-library | jar | 1.3 |