| License |
License |
|---|---|
| GroupId | GroupIdorg.tinygroup |
| ArtifactId | ArtifactIdpool |
| Last Version | Last Version0.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpool
Tiny开源组织,主要目标为开发Tiny开发框架,我们的口号是: Think big, start small, scale fast.。
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| pool-0.0.4.pom | |
| pool-0.0.4.jar | 12 KB |
| pool-0.0.4-tests.jar | 9 KB |
| pool-0.0.4-sources.jar | 13 KB |
| pool-0.0.4-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/pool/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>pool</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/pool/
implementation 'org.tinygroup:pool:0.0.4'
// https://jarcasting.com/artifacts/org.tinygroup/pool/
implementation ("org.tinygroup:pool:0.0.4")
'org.tinygroup:pool:jar:0.0.4'
<dependency org="org.tinygroup" name="pool" rev="0.0.4">
<artifact name="pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='pool', version='0.0.4')
)
libraryDependencies += "org.tinygroup" % "pool" % "0.0.4"
[org.tinygroup/pool "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.tinygroup : linklist | jar | 0.0.4 |
| org.tinygroup : logger | jar | 0.0.4 |
| org.slf4j : slf4j-api | jar | 1.6.6 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.0 |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |