License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Gradle Build Tools |
GroupId | GroupIdcom.github.zxhr |
ArtifactId | ArtifactIdgradle-provider-enhancements |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle Provider Enhancements
A library for creating custom Gradle providers and properties for plugins, tasks and extensions
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.bytebuddy : byte-buddy | jar | 1.9.12 |