o

ops4j-base-util-property

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