| License |
License
GNU General Public License v2.0
|
|---|---|
| GroupId | GroupIdcom.iwuyc.tools |
| ArtifactId | ArtifactIdtpg4j |
| Version | Version0.1.1 |
| Type | Typejar |
| Description |
Descriptiontgp4j
Thread Pool Governance for Java.It can dynamic allocation reload thread pools size and queue size by yaml
configuration.
|
| Filename | Size |
|---|---|
| tpg4j-0.1.1.pom | |
| tpg4j-0.1.1.jar | 57 KB |
| tpg4j-0.1.1-sources.jar | 30 KB |
| tpg4j-0.1.1-javadoc.jar | 186 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.iwuyc.tools/tpg4j/ -->
<dependency>
<groupId>com.iwuyc.tools</groupId>
<artifactId>tpg4j</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.iwuyc.tools/tpg4j/
implementation 'com.iwuyc.tools:tpg4j:0.1.1'
// https://jarcasting.com/artifacts/com.iwuyc.tools/tpg4j/
implementation ("com.iwuyc.tools:tpg4j:0.1.1")
'com.iwuyc.tools:tpg4j:jar:0.1.1'
<dependency org="com.iwuyc.tools" name="tpg4j" rev="0.1.1">
<artifact name="tpg4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iwuyc.tools', module='tpg4j', version='0.1.1')
)
libraryDependencies += "com.iwuyc.tools" % "tpg4j" % "0.1.1"
[com.iwuyc.tools/tpg4j "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.iwuyc.tools : iwuyc-common | jar | 0.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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.12 |
| org.slf4j : slf4j-simple | jar | 1.8.0-alpha2 |