Registry / utility / nuiton-utils

nuiton-utils

JSON →
library2.7.1javamavenunverified

Library of useful utility classes for general Java projects, providing common helpers and tools.

<dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> <version>2.7.1</version> </dependency>
INSTALL
IMPORT
SIG · NUITON-UTILS
N
nuiton-utils
utilityjavav2.7.1
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.

StringUtils
org.nuiton.util.StringUtils

Using StringUtils to capitalize a string.

import org.nuiton.util.StringUtils; public class Example { public void test() { String result = StringUtils.capitalize("hello"); System.out.println(result); // Hello } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nuiton-utils — mvn dependency:get nuiton-utils · libregistry