| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.bogdanovmn.common | 
    
| ArtifactId | ArtifactIdcommon-concurrent | 
    
| Last Version | Last Version1.9.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionjava-common-concurrent 
            Java common library (concurrent) 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| common-concurrent-1.9.0.pom | |
| common-concurrent-1.9.0.jar | 4 KB | 
| common-concurrent-1.9.0-sources.jar | 3 KB | 
| common-concurrent-1.9.0-javadoc.jar | 387 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.bogdanovmn.common/common-concurrent/ -->
<dependency>
    <groupId>com.github.bogdanovmn.common</groupId>
    <artifactId>common-concurrent</artifactId>
    <version>1.9.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.bogdanovmn.common/common-concurrent/
implementation 'com.github.bogdanovmn.common:common-concurrent:1.9.0'
                // https://jarcasting.com/artifacts/com.github.bogdanovmn.common/common-concurrent/
implementation ("com.github.bogdanovmn.common:common-concurrent:1.9.0")
                'com.github.bogdanovmn.common:common-concurrent:jar:1.9.0'
                <dependency org="com.github.bogdanovmn.common" name="common-concurrent" rev="1.9.0">
  <artifact name="common-concurrent" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.bogdanovmn.common', module='common-concurrent', version='1.9.0')
)
                libraryDependencies += "com.github.bogdanovmn.common" % "common-concurrent" % "1.9.0"
                [com.github.bogdanovmn.common/common-concurrent "1.9.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 |