is not current version
Last Version 0.3.4

com.esyfur:gradle-expand-props 0.2.4

Gradle plugin to expand dotted properties into nested maps.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.esyfur
ArtifactId

ArtifactId

gradle-expand-props
Version

Version

0.2.4
Type

Type

jar

Download gradle-expand-props 0.2.4


<!-- https://jarcasting.com/artifacts/com.esyfur/gradle-expand-props/ -->
<dependency>
    <groupId>com.esyfur</groupId>
    <artifactId>gradle-expand-props</artifactId>
    <version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.esyfur/gradle-expand-props/
implementation 'com.esyfur:gradle-expand-props:0.2.4'
// https://jarcasting.com/artifacts/com.esyfur/gradle-expand-props/
implementation ("com.esyfur:gradle-expand-props:0.2.4")
'com.esyfur:gradle-expand-props:jar:0.2.4'
<dependency org="com.esyfur" name="gradle-expand-props" rev="0.2.4">
  <artifact name="gradle-expand-props" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esyfur', module='gradle-expand-props', version='0.2.4')
)
libraryDependencies += "com.esyfur" % "gradle-expand-props" % "0.2.4"
[com.esyfur/gradle-expand-props "0.2.4"]