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

one.edee.oss:pmptt 1.1.0

Library encapsulates a special flavour of MPTT algorithm with predictable bound computation logic, that allows to minimize write overhead that is otherwise closely connected to standard MPTT algorithm. MPTT flattens hierarchical structure to flat structure with bounds that allow quick filtering children or parent nodes when required.

Группа

Группа

one.edee.oss
Идентификатор

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

pmptt
Версия

Версия

1.1.0
Тип

Тип

pom

Скачать pmptt 1.1.0

Имя Файла Размер
pmptt-1.1.0.pom 7 KB
Обзор

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