o

ow2-util-log

Logger that provides i18n and varargs
文件下载
文件名 操作
ow2-util-log-1.0.1.jar 下载
ow2-util-log-1.0.1.pom 下载
ow2-util-log-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ow2.bundles</groupId>
  <artifactId>ow2-util-log</artifactId>
  <version>1.0.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.bundles:ow2-util-log:1.0.1'
Gradle Kotlin
implementation("org.ow2.bundles:ow2-util-log:1.0.1")
Scala SBT
libraryDependencies += "org.ow2.bundles" % "ow2-util-log" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.bundles', module='ow2-util-log', version='1.0.1')
)
Apache Ivy
<dependency org="org.ow2.bundles" name="ow2-util-log" rev="1.0.1" />
Leiningen
[org.ow2.bundles/ow2-util-log "1.0.1"]
Apache Buildr
'org.ow2.bundles:ow2-util-log:jar:1.0.1'