License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.xmlcalabash |
ArtifactId | ArtifactIdgradle |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXML Calabash Gradle Plugin
A Gradle Plugin for XML Calabash 1.x
|
Project URL |
Project URL |
Filename | Size |
---|---|
gradle-0.0.2.pom | |
gradle-0.0.2.jar | 25 KB |
gradle-0.0.2-sources.jar | 4 KB |
gradle-0.0.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xmlcalabash/gradle/ -->
<dependency>
<groupId>com.xmlcalabash</groupId>
<artifactId>gradle</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.xmlcalabash/gradle/
implementation 'com.xmlcalabash:gradle:0.0.2'
// https://jarcasting.com/artifacts/com.xmlcalabash/gradle/
implementation ("com.xmlcalabash:gradle:0.0.2")
'com.xmlcalabash:gradle:jar:0.0.2'
<dependency org="com.xmlcalabash" name="gradle" rev="0.0.2">
<artifact name="gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xmlcalabash', module='gradle', version='0.0.2')
)
libraryDependencies += "com.xmlcalabash" % "gradle" % "0.0.2"
[com.xmlcalabash/gradle "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.xmlcalabash : xmlcalabash | jar | 1.1.7-96 |
net.sf.saxon : Saxon-HE | jar | 9.6.0-4 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.0-groovy-2.3 |
junit : junit | jar | 4.12 |