pcollections

Immutables.org encodings for pcollections

Лицензия

Лицензия

Группа

Группа

com.github.thirdteeth
Идентификатор

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

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

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

0.1.4
Дата

Дата

Тип

Тип

pom
Описание

Описание

pcollections
Immutables.org encodings for pcollections
Ссылка на сайт

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

https://github.com/thirdteeth/immutables-pcollections
Система контроля версий

Система контроля версий

https://github.com/thirdteeth/immutables-pcollections

Скачать pcollections

Имя Файла Размер
pcollections-0.1.4.pom 14 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • pcollections-checkstyle
  • pcollections-encodings
  • pcollections-examples

immutables-pcollections

A set of Immutables encodings for PCollections.

Include the encodings in your project:

<dependency>
  <groupId>com.github.thirdteeth</groupId>
  <artifactId>pcollections-encodings</artifactId>
  <version>0.1.4</version>
</dependency>

Annotate your types with @PCollectionsEncodingEnabled. Alternatively, you can annotate a @Style annotation with @PCollectionsEncodingEnabled and have it apply to any types that are using that style. See Styles.

Now, any use of PCollections collections in your abstract value types will magically result in the generated Builder types being augmented with methods to build immutable collections element-by-element.

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

Версия
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0