is not current version
Last Version 1.2.2

one.edee.oss:pmptt 0.0.3

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.

GroupId

GroupId

one.edee.oss
ArtifactId

ArtifactId

pmptt
Version

Version

0.0.3
Type

Type

pom

Download pmptt 0.0.3

Filename Size
pmptt-0.0.3.pom 6 KB
Browse

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