o

ops4j-base-util-property

OPS4J Base - Utilities/Extensions related to sytem/configuration properties.
Files download
File Operation
ops4j-base-util-property-1.1.0.jar download
ops4j-base-util-property-1.1.0.pom download
ops4j-base-util-property-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.base</groupId>
  <artifactId>ops4j-base-util-property</artifactId>
  <version>1.1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.base:ops4j-base-util-property:1.1.0'
Gradle Kotlin
implementation("org.ops4j.base:ops4j-base-util-property:1.1.0")
Scala SBT
libraryDependencies += "org.ops4j.base" % "ops4j-base-util-property" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.base', module='ops4j-base-util-property', version='1.1.0')
)
Apache Ivy
<dependency org="org.ops4j.base" name="ops4j-base-util-property" rev="1.1.0" />
Leiningen
[org.ops4j.base/ops4j-base-util-property "1.1.0"]
Apache Buildr
'org.ops4j.base:ops4j-base-util-property:jar:1.1.0'