is not current version
Last Version 0.1.1

com.iwuyc.tools:tpg4j 0.1.0

Thread Pool Governance for Java.It can dynamic allocation reload thread pools size and queue size by yaml configuration.

GroupId

GroupId

com.iwuyc.tools
ArtifactId

ArtifactId

tpg4j
Version

Version

0.1.0
Type

Type

jar

Download tpg4j 0.1.0


<!-- https://jarcasting.com/artifacts/com.iwuyc.tools/tpg4j/ -->
<dependency>
    <groupId>com.iwuyc.tools</groupId>
    <artifactId>tpg4j</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.iwuyc.tools/tpg4j/
implementation 'com.iwuyc.tools:tpg4j:0.1.0'
// https://jarcasting.com/artifacts/com.iwuyc.tools/tpg4j/
implementation ("com.iwuyc.tools:tpg4j:0.1.0")
'com.iwuyc.tools:tpg4j:jar:0.1.0'
<dependency org="com.iwuyc.tools" name="tpg4j" rev="0.1.0">
  <artifact name="tpg4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iwuyc.tools', module='tpg4j', version='0.1.0')
)
libraryDependencies += "com.iwuyc.tools" % "tpg4j" % "0.1.0"
[com.iwuyc.tools/tpg4j "0.1.0"]