is not current version
Last Version 1.0.2

io.github.pellse:decorator 1.0.1

A library that emulates in Java the Scala Stackable Trait Pattern

GroupId

GroupId

io.github.pellse
ArtifactId

ArtifactId

decorator
Version

Version

1.0.1
Type

Type

jar

Download decorator 1.0.1


<!-- https://jarcasting.com/artifacts/io.github.pellse/decorator/ -->
<dependency>
    <groupId>io.github.pellse</groupId>
    <artifactId>decorator</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pellse/decorator/
implementation 'io.github.pellse:decorator:1.0.1'
// https://jarcasting.com/artifacts/io.github.pellse/decorator/
implementation ("io.github.pellse:decorator:1.0.1")
'io.github.pellse:decorator:jar:1.0.1'
<dependency org="io.github.pellse" name="decorator" rev="1.0.1">
  <artifact name="decorator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pellse', module='decorator', version='1.0.1')
)
libraryDependencies += "io.github.pellse" % "decorator" % "1.0.1"
[io.github.pellse/decorator "1.0.1"]