| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.pellse |
| Идентификатор | Идентификаторdecorator |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDecorator
A library that emulates in Java the Scala Stackable Trait Pattern
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| com.esotericsoftware : kryo | jar | 4.0.0 |