t

tpg4j-core

Thread Pool Governance for Java.It can dynamic allocation reload thread pools size and queue size by yaml configuration.
https://github.com/iWuYc/tpg4j-core
GNU General Public License v2.0
Neil
Files download
File Operation
tpg4j-core-2021.4.jar download
tpg4j-core-2021.4.pom download
tpg4j-core-2021.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.iwuyc.tpg4j</groupId>
  <artifactId>tpg4j-core</artifactId>
  <version>2021.4</version>
</dependency>
Gradle Groovy
implementation 'com.iwuyc.tpg4j:tpg4j-core:2021.4'
Gradle Kotlin
implementation("com.iwuyc.tpg4j:tpg4j-core:2021.4")
Scala SBT
libraryDependencies += "com.iwuyc.tpg4j" % "tpg4j-core" % "2021.4"
Groovy Grape
@Grapes(
  @Grab(group='com.iwuyc.tpg4j', module='tpg4j-core', version='2021.4')
)
Apache Ivy
<dependency org="com.iwuyc.tpg4j" name="tpg4j-core" rev="2021.4" />
Leiningen
[com.iwuyc.tpg4j/tpg4j-core "2021.4"]
Apache Buildr
'com.iwuyc.tpg4j:tpg4j-core:jar:2021.4'