| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.oschina.bilbodai.common |
| ArtifactId | ArtifactIdcommon-concurrent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| common-concurrent-1.0.0.pom | |
| common-concurrent-1.0.0.jar | 3 KB |
| common-concurrent-1.0.0-sources.jar | 2 KB |
| common-concurrent-1.0.0-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.oschina.bilbodai.common/common-concurrent/ -->
<dependency>
<groupId>net.oschina.bilbodai.common</groupId>
<artifactId>common-concurrent</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.bilbodai.common/common-concurrent/
implementation 'net.oschina.bilbodai.common:common-concurrent:1.0.0'
// https://jarcasting.com/artifacts/net.oschina.bilbodai.common/common-concurrent/
implementation ("net.oschina.bilbodai.common:common-concurrent:1.0.0")
'net.oschina.bilbodai.common:common-concurrent:jar:1.0.0'
<dependency org="net.oschina.bilbodai.common" name="common-concurrent" rev="1.0.0">
<artifact name="common-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.bilbodai.common', module='common-concurrent', version='1.0.0')
)
libraryDependencies += "net.oschina.bilbodai.common" % "common-concurrent" % "1.0.0"
[net.oschina.bilbodai.common/common-concurrent "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-api | jar | 2.6.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.6.2 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.6.2 |
| org.apache.logging.log4j : log4j-jcl | jar | 2.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |