Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.esyfur |
ArtifactId | ArtifactIdgradle-expand-props |
Version | Version0.1.23 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.esyfur/gradle-expand-props/ -->
<dependency>
<groupId>com.esyfur</groupId>
<artifactId>gradle-expand-props</artifactId>
<version>0.1.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.esyfur/gradle-expand-props/
implementation 'com.esyfur:gradle-expand-props:0.1.23'
// https://jarcasting.com/artifacts/com.esyfur/gradle-expand-props/
implementation ("com.esyfur:gradle-expand-props:0.1.23")
'com.esyfur:gradle-expand-props:jar:0.1.23'
<dependency org="com.esyfur" name="gradle-expand-props" rev="0.1.23">
<artifact name="gradle-expand-props" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esyfur', module='gradle-expand-props', version='0.1.23')
)
libraryDependencies += "com.esyfur" % "gradle-expand-props" % "0.1.23"
[com.esyfur/gradle-expand-props "0.1.23"]