Decorator

A library that emulates in Java the Scala Stackable Trait Pattern

Лицензия

Лицензия

Группа

Группа

io.github.pellse
Идентификатор

Идентификатор

decorator
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Decorator
A library that emulates in Java the Scala Stackable Trait Pattern
Ссылка на сайт

Ссылка на сайт

https://github.com/pellse/decorator

Скачать decorator

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
com.esotericsoftware : kryo jar 4.0.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.2
1.0.1
1.0.0