| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGradle Компиляция и сборка |
| Группа | Группаcom.github.marceloemanoel |
| Идентификатор | Идентификаторgradle-environments-plugin |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеgradle-environments-plugin
gradle-environment-plugin aims to help to deal with environments configurations
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/com.github.marceloemanoel/gradle-environments-plugin/ -->
<dependency>
<groupId>com.github.marceloemanoel</groupId>
<artifactId>gradle-environments-plugin</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marceloemanoel/gradle-environments-plugin/
implementation 'com.github.marceloemanoel:gradle-environments-plugin:0.1'
// https://jarcasting.com/artifacts/com.github.marceloemanoel/gradle-environments-plugin/
implementation ("com.github.marceloemanoel:gradle-environments-plugin:0.1")
'com.github.marceloemanoel:gradle-environments-plugin:jar:0.1'
<dependency org="com.github.marceloemanoel" name="gradle-environments-plugin" rev="0.1">
<artifact name="gradle-environments-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marceloemanoel', module='gradle-environments-plugin', version='0.1')
)
libraryDependencies += "com.github.marceloemanoel" % "gradle-environments-plugin" % "0.1"
[com.github.marceloemanoel/gradle-environments-plugin "0.1"]