| Categories |
CategoriesGradle Build Tools |
|---|---|
| GroupId | GroupIdname.remal.integration-tests |
| ArtifactId | ArtifactIdname.remal.integration-tests.gradle.plugin |
| Version | Version2.0.0-rc-6 |
| Type | Typepom |
<!-- https://jarcasting.com/artifacts/name.remal.integration-tests/name.remal.integration-tests.gradle.plugin/ -->
<dependency>
<groupId>name.remal.integration-tests</groupId>
<artifactId>name.remal.integration-tests.gradle.plugin</artifactId>
<version>2.0.0-rc-6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/name.remal.integration-tests/name.remal.integration-tests.gradle.plugin/
implementation 'name.remal.integration-tests:name.remal.integration-tests.gradle.plugin:2.0.0-rc-6'
// https://jarcasting.com/artifacts/name.remal.integration-tests/name.remal.integration-tests.gradle.plugin/
implementation ("name.remal.integration-tests:name.remal.integration-tests.gradle.plugin:2.0.0-rc-6")
'name.remal.integration-tests:name.remal.integration-tests.gradle.plugin:pom:2.0.0-rc-6'
<dependency org="name.remal.integration-tests" name="name.remal.integration-tests.gradle.plugin" rev="2.0.0-rc-6">
<artifact name="name.remal.integration-tests.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='name.remal.integration-tests', module='name.remal.integration-tests.gradle.plugin', version='2.0.0-rc-6')
)
libraryDependencies += "name.remal.integration-tests" % "name.remal.integration-tests.gradle.plugin" % "2.0.0-rc-6"
[name.remal.integration-tests/name.remal.integration-tests.gradle.plugin "2.0.0-rc-6"]