License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Ant |
GroupId | GroupIdcom.github.bmsantos |
ArtifactId | ArtifactIdcola-maven-plugin-base |
Last Version | Last Version0.5.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncola-maven-plugin-base
Base pom for Maven Plugin for Cola JUnit BDD Tests
|
Filename | Size |
---|---|
cola-maven-plugin-base-0.5.5.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bmsantos/cola-maven-plugin-base/ -->
<dependency>
<groupId>com.github.bmsantos</groupId>
<artifactId>cola-maven-plugin-base</artifactId>
<version>0.5.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bmsantos/cola-maven-plugin-base/
implementation 'com.github.bmsantos:cola-maven-plugin-base:0.5.5'
// https://jarcasting.com/artifacts/com.github.bmsantos/cola-maven-plugin-base/
implementation ("com.github.bmsantos:cola-maven-plugin-base:0.5.5")
'com.github.bmsantos:cola-maven-plugin-base:pom:0.5.5'
<dependency org="com.github.bmsantos" name="cola-maven-plugin-base" rev="0.5.5">
<artifact name="cola-maven-plugin-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bmsantos', module='cola-maven-plugin-base', version='0.5.5')
)
libraryDependencies += "com.github.bmsantos" % "cola-maven-plugin-base" % "0.5.5"
[com.github.bmsantos/cola-maven-plugin-base "0.5.5"]