d

dc3-common-exception

IOT DC3 平台 公共的 Exception 配置。
https://github.com/pnoker/iot-dc3
The Apache Software License, Version 2.0
pnoker
Files download
File Operation
dc3-common-exception-2022.1.8.jar download
dc3-common-exception-2022.1.8.pom download
dc3-common-exception-2022.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pnoker</groupId>
  <artifactId>dc3-common-exception</artifactId>
  <version>2022.1.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.pnoker:dc3-common-exception:2022.1.8'
Gradle Kotlin
implementation("io.github.pnoker:dc3-common-exception:2022.1.8")
Scala SBT
libraryDependencies += "io.github.pnoker" % "dc3-common-exception" % "2022.1.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pnoker', module='dc3-common-exception', version='2022.1.8')
)
Apache Ivy
<dependency org="io.github.pnoker" name="dc3-common-exception" rev="2022.1.8" />
Leiningen
[io.github.pnoker/dc3-common-exception "2022.1.8"]
Apache Buildr
'io.github.pnoker:dc3-common-exception:jar:2022.1.8'