h

handler-json

文件下载
文件名 操作
handler-json-2.1.1.jar 下载
handler-json-2.1.1.pom 下载
handler-json-2.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openidentityplatform.commons.audit</groupId>
  <artifactId>handler-json</artifactId>
  <version>2.1.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.openidentityplatform.commons.audit:handler-json:2.1.1'
Gradle Kotlin
implementation("org.openidentityplatform.commons.audit:handler-json:2.1.1")
Scala SBT
libraryDependencies += "org.openidentityplatform.commons.audit" % "handler-json" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.openidentityplatform.commons.audit', module='handler-json', version='2.1.1')
)
Apache Ivy
<dependency org="org.openidentityplatform.commons.audit" name="handler-json" rev="2.1.1" />
Leiningen
[org.openidentityplatform.commons.audit/handler-json "2.1.1"]
Apache Buildr
'org.openidentityplatform.commons.audit:handler-json:jar:2.1.1'