Gradle Provider Enhancements

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

License

License

Categories

Categories

IDE Development Tools Gradle Build Tools
GroupId

GroupId

com.github.zxhr
ArtifactId

ArtifactId

gradle-provider-enhancements
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download gradle-provider-enhancements

How to add to project

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

Dependencies

runtime (1)

Group / Artifact Type Version
net.bytebuddy : byte-buddy jar 1.9.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.6.0
0.5.0
0.4.1
0.3.1
0.3.0
0.2.0
0.1.0