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

Pre-allocated Modified Preorder Tree Traversal 1.0.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.0.0
Тип

Тип

pom
Описание

Описание

Pre-allocated Modified Preorder Tree Traversal
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.
Ссылка на сайт

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

https://github.com/FgForrest/PMPTT/
Организация-разработчик

Организация-разработчик

FG Forrest, a.s.

Скачать pmptt 1.0.0

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : jsr305 jar 3.0.2
commons-logging : commons-logging jar 1.2
org.projectlombok : lombok jar 1.18.8

test (6)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
log4j : log4j jar 1.2.17
commons-io : commons-io jar 2.8.0
org.springframework : spring-test jar 5.3.0
org.springframework : spring-context jar 5.3.0

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

  • pmptt_core
  • pmptt_rdbms
  • pmptt_tests