Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdname.remal.integration-tests |
ArtifactId | ArtifactIdname.remal.integration-tests.gradle.plugin |
Version | Version2.2.0 |
Type | Typepom |
Filename | Size |
---|---|
name.remal.integration-tests.gradle.plugin-2.2.0.pom | |
Browse |
<!-- 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.2.0</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.2.0'
// 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.2.0")
'name.remal.integration-tests:name.remal.integration-tests.gradle.plugin:pom:2.2.0'
<dependency org="name.remal.integration-tests" name="name.remal.integration-tests.gradle.plugin" rev="2.2.0">
<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.2.0')
)
libraryDependencies += "name.remal.integration-tests" % "name.remal.integration-tests.gradle.plugin" % "2.2.0"
[name.remal.integration-tests/name.remal.integration-tests.gradle.plugin "2.2.0"]