MVN

one.edee.oss : pmptt

Maven & Gradle

Jun 24, 2022
2 stars

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.

<dependency>
    <groupId>one.edee.oss</groupId>
    <artifactId>pmptt</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.edee.oss : pmptt to add to Maven - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of one.edee.oss : pmptt to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
pmptt-1.2.2
pmptt-1.2.1
pmptt-1.2.0
1.1.x
pmptt-1.1.0
1.0.x
pmptt-1.0.2
pmptt-1.0.1
pmptt-1.0.0
0.0.x
pmptt-0.0.3
pmptt-0.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>one.edee.oss</groupId>
    <artifactId>pmptt</artifactId>
    <version>1.2.2</version>
</dependency>

Advertisement