Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.esyfur |
ArtifactId | ArtifactIdgradle-expand-props |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
gradle-expand-props-0.3.2.pom | |
gradle-expand-props-0.3.2.jar | 14 KB |
gradle-expand-props-0.3.2-sources.jar | 2 KB |
gradle-expand-props-0.3.2-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.esyfur/gradle-expand-props/ -->
<dependency>
<groupId>com.esyfur</groupId>
<artifactId>gradle-expand-props</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.esyfur/gradle-expand-props/
implementation 'com.esyfur:gradle-expand-props:0.3.2'
// https://jarcasting.com/artifacts/com.esyfur/gradle-expand-props/
implementation ("com.esyfur:gradle-expand-props:0.3.2")
'com.esyfur:gradle-expand-props:jar:0.3.2'
<dependency org="com.esyfur" name="gradle-expand-props" rev="0.3.2">
<artifact name="gradle-expand-props" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esyfur', module='gradle-expand-props', version='0.3.2')
)
libraryDependencies += "com.esyfur" % "gradle-expand-props" % "0.3.2"
[com.esyfur/gradle-expand-props "0.3.2"]