p

pointwave

Helps you to improve the readability of your code when you are using the Decorator pattern. Makes your code much more readable!
https://github.com/chinhung/pointwave
MIT License
Chin-Hung Chen
Files download
File Operation
pointwave-1.0.0.jar download
pointwave-1.0.0.pom download
pointwave-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.chinhung</groupId>
  <artifactId>pointwave</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.chinhung:pointwave:1.0.0'
Gradle Kotlin
implementation("io.github.chinhung:pointwave:1.0.0")
Scala SBT
libraryDependencies += "io.github.chinhung" % "pointwave" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.chinhung', module='pointwave', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.chinhung" name="pointwave" rev="1.0.0" />
Leiningen
[io.github.chinhung/pointwave "1.0.0"]
Apache Buildr
'io.github.chinhung:pointwave:jar:1.0.0'