s

synthetic-props

Enriches groovy classes to provide you with Synthetic properties and methods.
https://github.com/kushal-likhi/GroovyPP
The Apache Software License, Version 2.0
Kushal Likhi
Files download
File Operation
synthetic-props-1.0.9.jar download
synthetic-props-1.0.9.pom download
synthetic-props-1.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.devunited</groupId>
  <artifactId>synthetic-props</artifactId>
  <version>1.0.9</version>
</dependency>
Gradle Groovy
implementation 'org.devunited:synthetic-props:1.0.9'
Gradle Kotlin
implementation("org.devunited:synthetic-props:1.0.9")
Scala SBT
libraryDependencies += "org.devunited" % "synthetic-props" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.devunited', module='synthetic-props', version='1.0.9')
)
Apache Ivy
<dependency org="org.devunited" name="synthetic-props" rev="1.0.9" />
Leiningen
[org.devunited/synthetic-props "1.0.9"]
Apache Buildr
'org.devunited:synthetic-props:jar:1.0.9'
Dependencies