o

ops4j-base-util-property

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