p

pmptt

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/
MIT License
FG Forrest, a.s.
Jan Novotný
文件下载
文件名 操作
pmptt-1.2.2.pom 下载
Apache Maven
<dependency>
  <groupId>one.edee.oss</groupId>
  <artifactId>pmptt</artifactId>
  <version>1.2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'one.edee.oss:pmptt:1.2.2'
Gradle Kotlin
implementation("one.edee.oss:pmptt:1.2.2")
Scala SBT
libraryDependencies += "one.edee.oss" % "pmptt" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='one.edee.oss', module='pmptt', version='1.2.2')
)
Apache Ivy
<dependency org="one.edee.oss" name="pmptt" rev="1.2.2" />
Leiningen
[one.edee.oss/pmptt "1.2.2"]
Apache Buildr
'one.edee.oss:pmptt:jar:1.2.2'