| License |
License
GNU General Public License v2.0
|
|---|---|
| GroupId | GroupIdcom.iwuyc.tpg4j |
| ArtifactId | ArtifactIdtpg4j-core |
| Version | Version0.0.1-SNAPSHOTS02 |
| Type | Typejar |
| Description |
Descriptiontgp4j-core
Thread Pool Governance for Java.It can dynamic allocation reload thread pools size and queue size by yaml
configuration.
|
<!-- https://jarcasting.com/artifacts/com.iwuyc.tpg4j/tpg4j-core/ -->
<dependency>
<groupId>com.iwuyc.tpg4j</groupId>
<artifactId>tpg4j-core</artifactId>
<version>0.0.1-SNAPSHOTS02</version>
</dependency>
// https://jarcasting.com/artifacts/com.iwuyc.tpg4j/tpg4j-core/
implementation 'com.iwuyc.tpg4j:tpg4j-core:0.0.1-SNAPSHOTS02'
// https://jarcasting.com/artifacts/com.iwuyc.tpg4j/tpg4j-core/
implementation ("com.iwuyc.tpg4j:tpg4j-core:0.0.1-SNAPSHOTS02")
'com.iwuyc.tpg4j:tpg4j-core:jar:0.0.1-SNAPSHOTS02'
<dependency org="com.iwuyc.tpg4j" name="tpg4j-core" rev="0.0.1-SNAPSHOTS02">
<artifact name="tpg4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iwuyc.tpg4j', module='tpg4j-core', version='0.0.1-SNAPSHOTS02')
)
libraryDependencies += "com.iwuyc.tpg4j" % "tpg4j-core" % "0.0.1-SNAPSHOTS02"
[com.iwuyc.tpg4j/tpg4j-core "0.0.1-SNAPSHOTS02"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.iwuyc.tools : iwuyc-common | jar | 0.1.3-SNAPSHOTS01 |
| com.iwuyc.tools : iwuyc-common-beans | jar | 0.0.1-SNAPSHOT01 |
| Group / Artifact | Type | Version |
|---|---|---|
| cglib : cglib | jar | 2.2.2 |
| org.slf4j : slf4j-api | jar | 1.8.0-alpha2 |
| org.projectlombok : lombok | jar | 1.18.10 |
| org.yaml : snakeyaml | jar | 1.25 |
| com.google.guava : guava | jar | 26.0-jre |
| com.google.code.gson : gson | jar | 2.8.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.powermock : powermock-module-junit4 | jar | 2.0.2 |
| org.powermock : powermock-api-mockito2 | jar | 2.0.2 |
| junit : junit | jar | 4.13.1 |
| org.slf4j : slf4j-simple | jar | 1.8.0-alpha2 |