Registry / utility / java-commons

java-commons

JSON →
library2.3.6javamavenunverified

A library providing common functionality utilities for Java applications.

<dependency> <groupId>com.github.akurilov</groupId> <artifactId>java-commons</artifactId> <version>2.3.6</version> </dependency>
INSTALL
IMPORT
SIG · JAVA-COMMONS
J
java-commons
utilityjavav2.3.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tree
com.github.akurilov.commons.collection.Tree

Creates a tree data structure and adds child nodes.

import com.github.akurilov.commons.collection.Tree; Tree<String> tree = new Tree<>("root"); tree.addChild("child1"); tree.addChild("child2");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
java-commons — mvn dependency:get java-commons · libregistry