| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGradle Компиляция и сборка |
| Группа | Группаname.remal.integration-tests |
| Идентификатор | Идентификаторname.remal.integration-tests.gradle.plugin |
| Версия | Версия2.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеA plugin that creates `integration` source set for integration tests
A plugin that creates `integration` source set for integration tests
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| name.remal.integration-tests.gradle.plugin-2.0.0.pom | |
| Обзор |
<!-- 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</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'
// 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")
'name.remal.integration-tests:name.remal.integration-tests.gradle.plugin:pom:2.0.0'
<dependency org="name.remal.integration-tests" name="name.remal.integration-tests.gradle.plugin" rev="2.0.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.0.0')
)
libraryDependencies += "name.remal.integration-tests" % "name.remal.integration-tests.gradle.plugin" % "2.0.0"
[name.remal.integration-tests/name.remal.integration-tests.gradle.plugin "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| name.remal.gradle-plugins.test-source-sets : test-source-sets | jar | 2.0.0 |