License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Gradle Build Tools Net |
GroupId | GroupIdnet.thucydides.plugins.gradle |
ArtifactId | ArtifactIdthucydides-gradle-plugin |
Last Version | Last Version0.9.273 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThucydides Gradle Plugin
Thucydides Gradle integration
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/net.thucydides.plugins.gradle/thucydides-gradle-plugin/ -->
<dependency>
<groupId>net.thucydides.plugins.gradle</groupId>
<artifactId>thucydides-gradle-plugin</artifactId>
<version>0.9.273</version>
</dependency>
// https://jarcasting.com/artifacts/net.thucydides.plugins.gradle/thucydides-gradle-plugin/
implementation 'net.thucydides.plugins.gradle:thucydides-gradle-plugin:0.9.273'
// https://jarcasting.com/artifacts/net.thucydides.plugins.gradle/thucydides-gradle-plugin/
implementation ("net.thucydides.plugins.gradle:thucydides-gradle-plugin:0.9.273")
'net.thucydides.plugins.gradle:thucydides-gradle-plugin:jar:0.9.273'
<dependency org="net.thucydides.plugins.gradle" name="thucydides-gradle-plugin" rev="0.9.273">
<artifact name="thucydides-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thucydides.plugins.gradle', module='thucydides-gradle-plugin', version='0.9.273')
)
libraryDependencies += "net.thucydides.plugins.gradle" % "thucydides-gradle-plugin" % "0.9.273"
[net.thucydides.plugins.gradle/thucydides-gradle-plugin "0.9.273"]
Group / Artifact | Type | Version |
---|---|---|
net.thucydides : thucydides-core | jar | 0.9.273 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |