License |
License |
---|---|
GroupId | GroupIdio.github.pellse |
ArtifactId | ArtifactIddecorator |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDecorator
A library that emulates in Java the Scala Stackable Trait Pattern
|
Project URL |
Project URL |
Filename | Size |
---|---|
decorator-1.0.2.pom | |
decorator-1.0.2.jar | 25 KB |
decorator-1.0.2-sources.jar | 13 KB |
decorator-1.0.2-javadoc.jar | 80 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |
com.esotericsoftware : kryo | jar | 4.0.0 |