Categories |
CategoriesIDE Development Tools Gradle Build Tools |
---|---|
GroupId | GroupIdcom.github.zxhr |
ArtifactId | ArtifactIdgradle-provider-enhancements |
Version | Version0.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.zxhr/gradle-provider-enhancements/ -->
<dependency>
<groupId>com.github.zxhr</groupId>
<artifactId>gradle-provider-enhancements</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zxhr/gradle-provider-enhancements/
implementation 'com.github.zxhr:gradle-provider-enhancements:0.3.1'
// https://jarcasting.com/artifacts/com.github.zxhr/gradle-provider-enhancements/
implementation ("com.github.zxhr:gradle-provider-enhancements:0.3.1")
'com.github.zxhr:gradle-provider-enhancements:jar:0.3.1'
<dependency org="com.github.zxhr" name="gradle-provider-enhancements" rev="0.3.1">
<artifact name="gradle-provider-enhancements" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zxhr', module='gradle-provider-enhancements', version='0.3.1')
)
libraryDependencies += "com.github.zxhr" % "gradle-provider-enhancements" % "0.3.1"
[com.github.zxhr/gradle-provider-enhancements "0.3.1"]