XML Calabash Gradle Plugin

A Gradle Plugin for XML Calabash 1.x

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.xmlcalabash
ArtifactId

ArtifactId

gradle
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

XML Calabash Gradle Plugin
A Gradle Plugin for XML Calabash 1.x
Project URL

Project URL

https://github.com/ndw/xmlcalabash1-gradle

Download gradle

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.xmlcalabash : xmlcalabash jar 1.1.7-96
net.sf.saxon : Saxon-HE jar 9.6.0-4

test (2)

Group / Artifact Type Version
org.spockframework : spock-core jar 1.0-groovy-2.3
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1