Registry / config / ops4j-base-util-property

ops4j-base-util-property

JSON →
library1.5.0javamavenunverified

Provides utilities and extensions for working with system and configuration properties in Java.

<dependency> <groupId>org.ops4j.base</groupId> <artifactId>ops4j-base-util-property</artifactId> <version>1.5.0</version> </dependency>
INSTALL
IMPORT
SIG · OPS4J-BASE-UTIL-PR
O
ops4j-base-util-property
configjavav1.5.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.

PropertyUtil
org.ops4j.base.util.property.PropertyUtil

Retrieves a system property with a default value.

import org.ops4j.base.util.property.PropertyUtil; public class Example { public static void main(String[] args) { String value = PropertyUtil.getProperty("my.property", "default"); System.out.println(value); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
Resources
ops4j-base-util-property — mvn dependency:get ops4j-base-util-property · libregistry