License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.signed.gradle.plugin |
ArtifactId | ArtifactIdgradle-hamcrest-plugin |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle Hamcrest Plugin
Gradle plugin that generates a central class to access your custom matchers.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.signed.gradle.plugin/gradle-hamcrest-plugin/ -->
<dependency>
<groupId>com.github.signed.gradle.plugin</groupId>
<artifactId>gradle-hamcrest-plugin</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.signed.gradle.plugin/gradle-hamcrest-plugin/
implementation 'com.github.signed.gradle.plugin:gradle-hamcrest-plugin:0.0.2'
// https://jarcasting.com/artifacts/com.github.signed.gradle.plugin/gradle-hamcrest-plugin/
implementation ("com.github.signed.gradle.plugin:gradle-hamcrest-plugin:0.0.2")
'com.github.signed.gradle.plugin:gradle-hamcrest-plugin:jar:0.0.2'
<dependency org="com.github.signed.gradle.plugin" name="gradle-hamcrest-plugin" rev="0.0.2">
<artifact name="gradle-hamcrest-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.signed.gradle.plugin', module='gradle-hamcrest-plugin', version='0.0.2')
)
libraryDependencies += "com.github.signed.gradle.plugin" % "gradle-hamcrest-plugin" % "0.0.2"
[com.github.signed.gradle.plugin/gradle-hamcrest-plugin "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-generator | jar | 1.3 |
com.google.guava : guava | jar | 18.0 |
commons-io : commons-io | jar | 2.3 |
com.google.code.javaparser : javaparser | jar | 1.0.11 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.codemodel : codemodel | jar | 2.6 |
org.spockframework : spock-core | jar | 0.7-groovy-2.0 |
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.0 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |