d

dc3-common-thread

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