Registry / utility / jena-base

jena-base

JSON →
library6.0.0javamavenunverified

This module contains non-RDF library code and the common system runtime for Apache Jena, providing foundational utilities and infrastructure.

<dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-base</artifactId> <version>6.0.0</version> </dependency>
INSTALL
IMPORT
SIG · JENA-BASE
J
jena-base
utilityjavav6.0.0
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.

StrUtils
org.apache.jena.atlas.lib.StrUtils

Joins strings with newline using Jena's StrUtils utility.

import org.apache.jena.atlas.lib.StrUtils; public class Example { public static void main(String[] args) { String result = StrUtils.strjoin("\n", "line1", "line2", "line3"); System.out.println(result); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jena-base — mvn dependency:get jena-base · libregistry