License |
License |
---|---|
GroupId | GroupIdcom.hubbledouble |
ArtifactId | ArtifactIdthread-synchronization |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionthread-synchronization
Code utility to synchronize two or more concurrent thread processes
so they don't execute simultaneously critical code sections
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.hubbledouble/thread-synchronization/ -->
<dependency>
<groupId>com.hubbledouble</groupId>
<artifactId>thread-synchronization</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubbledouble/thread-synchronization/
implementation 'com.hubbledouble:thread-synchronization:1.0.0'
// https://jarcasting.com/artifacts/com.hubbledouble/thread-synchronization/
implementation ("com.hubbledouble:thread-synchronization:1.0.0")
'com.hubbledouble:thread-synchronization:jar:1.0.0'
<dependency org="com.hubbledouble" name="thread-synchronization" rev="1.0.0">
<artifact name="thread-synchronization" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubbledouble', module='thread-synchronization', version='1.0.0')
)
libraryDependencies += "com.hubbledouble" % "thread-synchronization" % "1.0.0"
[com.hubbledouble/thread-synchronization "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-mongodb | jar | 2.3.0.RELEASE |
junit : junit | jar | 4.13 |