o

ops4j-base-util-property

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