is not current version
Last Version 2.2.3

name.remal.integration-tests:name.remal.integration-tests.gradle.plugin 2.2.0

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.2.0
Type

Type

pom

Download name.remal.integration-tests.gradle.plugin 2.2.0


<!-- 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"]