License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.marceloemanoel |
ArtifactId | ArtifactIdgradle-environments-plugin |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle-environments-plugin
gradle-environment-plugin aims to help to deal with environments configurations
|
Project URL |
Project URL |
<!-- 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"]