is not current version
Last Version 0.3.4

com.esyfur:gradle-expand-props 0.3.2

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.3.2
Type

Type

jar

Download gradle-expand-props 0.3.2


<!-- 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"]