d

decorator

This project holds classes for the decorator pattern
https://github.com/lightblueseas/design-patterns
MIT License
Asterios Raptis
Asterios Raptis
文件下载
文件名 操作
decorator-6.jar 下载
decorator-6.pom 下载
decorator-6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>decorator</artifactId>
  <version>6</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:decorator:6'
Gradle Kotlin
implementation("io.github.astrapi69:decorator:6")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "decorator" % "6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='decorator', version='6')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="decorator" rev="6" />
Leiningen
[io.github.astrapi69/decorator "6"]
Apache Buildr
'io.github.astrapi69:decorator:jar:6'
本项目依赖
该项目无第三方依赖