Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.esyfur |
ArtifactId | ArtifactIdgradle-expand-props |
Version | Version0.2.3 |
Type | Typejar |
Filename | Size |
---|---|
gradle-expand-props-0.2.3.pom | |
gradle-expand-props-0.2.3.jar | 19 KB |
gradle-expand-props-0.2.3-sources.jar | 1 KB |
gradle-expand-props-0.2.3-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.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.esyfur/gradle-expand-props/
implementation 'com.esyfur:gradle-expand-props:0.2.3'
// https://jarcasting.com/artifacts/com.esyfur/gradle-expand-props/
implementation ("com.esyfur:gradle-expand-props:0.2.3")
'com.esyfur:gradle-expand-props:jar:0.2.3'
<dependency org="com.esyfur" name="gradle-expand-props" rev="0.2.3">
<artifact name="gradle-expand-props" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esyfur', module='gradle-expand-props', version='0.2.3')
)
libraryDependencies += "com.esyfur" % "gradle-expand-props" % "0.2.3"
[com.esyfur/gradle-expand-props "0.2.3"]