i

inmemory-posf

A library that helps page, filter, search and sort datasets. An open-source initiative from http://techconative.com
https://github.com/techconative/inmemory-posf
The Apache License, Version 2.0
Vivek Dhayalan
Files download
File Operation
inmemory-posf-1.0.1.jar download
inmemory-posf-1.0.1.pom download
inmemory-posf-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.techconative</groupId>
  <artifactId>inmemory-posf</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.techconative:inmemory-posf:1.0.1'
Gradle Kotlin
implementation("com.techconative:inmemory-posf:1.0.1")
Scala SBT
libraryDependencies += "com.techconative" % "inmemory-posf" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.techconative', module='inmemory-posf', version='1.0.1')
)
Apache Ivy
<dependency org="com.techconative" name="inmemory-posf" rev="1.0.1" />
Leiningen
[com.techconative/inmemory-posf "1.0.1"]
Apache Buildr
'com.techconative:inmemory-posf:jar:1.0.1'