is not current version
Last Version 0.7.0

com.github.zxhr:gradle-provider-enhancements 0.4.1

A library for creating custom Gradle providers and properties for plugins, tasks and extensions

Categories

Categories

IDE Development Tools Gradle Build Tools
GroupId

GroupId

com.github.zxhr
ArtifactId

ArtifactId

gradle-provider-enhancements
Version

Version

0.4.1
Type

Type

jar

Download gradle-provider-enhancements 0.4.1


<!-- https://jarcasting.com/artifacts/com.github.zxhr/gradle-provider-enhancements/ -->
<dependency>
    <groupId>com.github.zxhr</groupId>
    <artifactId>gradle-provider-enhancements</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zxhr/gradle-provider-enhancements/
implementation 'com.github.zxhr:gradle-provider-enhancements:0.4.1'
// https://jarcasting.com/artifacts/com.github.zxhr/gradle-provider-enhancements/
implementation ("com.github.zxhr:gradle-provider-enhancements:0.4.1")
'com.github.zxhr:gradle-provider-enhancements:jar:0.4.1'
<dependency org="com.github.zxhr" name="gradle-provider-enhancements" rev="0.4.1">
  <artifact name="gradle-provider-enhancements" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zxhr', module='gradle-provider-enhancements', version='0.4.1')
)
libraryDependencies += "com.github.zxhr" % "gradle-provider-enhancements" % "0.4.1"
[com.github.zxhr/gradle-provider-enhancements "0.4.1"]