Decorator

A library that emulates in Java the Scala Stackable Trait Pattern

License

License

GroupId

GroupId

io.github.pellse
ArtifactId

ArtifactId

decorator
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Decorator
A library that emulates in Java the Scala Stackable Trait Pattern
Project URL

Project URL

https://github.com/pellse/decorator

Download decorator

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
net.bytebuddy : byte-buddy jar 1.6.1
org.reflections : reflections jar 0.9.10
org.apache.commons : commons-lang3 jar 3.5
io.javaslang : javaslang jar 2.0.4
org.jctools : jctools-core jar 2.0
javax.inject : javax.inject jar 1

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
com.esotericsoftware : kryo jar 4.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0