Registry / utility / pax-url-commons

pax-url-commons

JSON →
library3.0.3javamavenunverified

Shared classes for OPS4J Pax URL protocol handlers, providing common utilities for URL handling in OSGi.

<dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-commons</artifactId> <version>3.0.3</version> </dependency>
INSTALL
IMPORT
SIG · PAX-URL-COMMONS
P
pax-url-commons
utilityjavav3.0.3
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.

Handler
org.ops4j.pax.url.commons.handler.Handler

Creates a URL with a custom protocol handler from Pax URL.

import org.ops4j.pax.url.commons.handler.Handler; import java.net.URL; public class Quickstart { public static void main(String[] args) throws Exception { URL url = new URL("mvn:org.example/artifact/1.0"); System.out.println("URL protocol: " + url.getProtocol()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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