| License |
License
GNU General Public License v2.0
|
|---|---|
| GroupId | GroupIdcom.iwuyc.tpg4j |
| ArtifactId | ArtifactIdtpg4j-core |
| Version | Version2021.4 |
| Type | Typejar |
| Description |
Descriptiontgp4j-core
Thread Pool Governance for Java.It can dynamic allocation reload thread pools size and queue size by yaml
configuration.
|
| Filename | Size |
|---|---|
| tpg4j-core-2021.4.pom | |
| tpg4j-core-2021.4.jar | 93 KB |
| tpg4j-core-2021.4-sources.jar | 49 KB |
| tpg4j-core-2021.4-javadoc.jar | 340 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.iwuyc.tpg4j/tpg4j-core/ -->
<dependency>
<groupId>com.iwuyc.tpg4j</groupId>
<artifactId>tpg4j-core</artifactId>
<version>2021.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.iwuyc.tpg4j/tpg4j-core/
implementation 'com.iwuyc.tpg4j:tpg4j-core:2021.4'
// https://jarcasting.com/artifacts/com.iwuyc.tpg4j/tpg4j-core/
implementation ("com.iwuyc.tpg4j:tpg4j-core:2021.4")
'com.iwuyc.tpg4j:tpg4j-core:jar:2021.4'
<dependency org="com.iwuyc.tpg4j" name="tpg4j-core" rev="2021.4">
<artifact name="tpg4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iwuyc.tpg4j', module='tpg4j-core', version='2021.4')
)
libraryDependencies += "com.iwuyc.tpg4j" % "tpg4j-core" % "2021.4"
[com.iwuyc.tpg4j/tpg4j-core "2021.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.iwuyc.tools : iwuyc-common-beans | jar | 2021.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.8.0-alpha2 |
| org.projectlombok : lombok | jar | 1.18.22 |
| org.yaml : snakeyaml | jar | 1.29 |
| com.google.guava : guava | jar | 31.0.1-jre |
| com.google.code.gson : gson | jar | 2.8.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.powermock : powermock-module-junit4 | jar | 2.0.9 |
| org.powermock : powermock-api-mockito2 | jar | 2.0.9 |
| junit : junit | jar | 4.13.2 |
| org.slf4j : slf4j-simple | jar | 1.8.0-alpha2 |