is not current version
Last Version 2.2.3

name.remal.integration-tests:name.remal.integration-tests.gradle.plugin 2.0.0-rc-5

A plugin that creates `integration` source set for integration tests

Categories

Categories

Gradle Build Tools
GroupId

GroupId

name.remal.integration-tests
ArtifactId

ArtifactId

name.remal.integration-tests.gradle.plugin
Version

Version

2.0.0-rc-5
Type

Type

pom

Download name.remal.integration-tests.gradle.plugin 2.0.0-rc-5


<!-- 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-5</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-5'
// 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-5")
'name.remal.integration-tests:name.remal.integration-tests.gradle.plugin:pom:2.0.0-rc-5'
<dependency org="name.remal.integration-tests" name="name.remal.integration-tests.gradle.plugin" rev="2.0.0-rc-5">
  <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-5')
)
libraryDependencies += "name.remal.integration-tests" % "name.remal.integration-tests.gradle.plugin" % "2.0.0-rc-5"
[name.remal.integration-tests/name.remal.integration-tests.gradle.plugin "2.0.0-rc-5"]