Concurrency Essentials

Concurrency Essentials contain base classes useful for managing Java multi threading.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.mantledillusion.essentials
ArtifactId

ArtifactId

concurrency-essentials
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Concurrency Essentials
Concurrency Essentials contain base classes useful for managing Java multi threading.
Project URL

Project URL

http://www.mantledillusion.com

Download concurrency-essentials

How to add to project

<!-- https://jarcasting.com/artifacts/com.mantledillusion.essentials/concurrency-essentials/ -->
<dependency>
    <groupId>com.mantledillusion.essentials</groupId>
    <artifactId>concurrency-essentials</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mantledillusion.essentials/concurrency-essentials/
implementation 'com.mantledillusion.essentials:concurrency-essentials:1.0.0'
// https://jarcasting.com/artifacts/com.mantledillusion.essentials/concurrency-essentials/
implementation ("com.mantledillusion.essentials:concurrency-essentials:1.0.0")
'com.mantledillusion.essentials:concurrency-essentials:jar:1.0.0'
<dependency org="com.mantledillusion.essentials" name="concurrency-essentials" rev="1.0.0">
  <artifact name="concurrency-essentials" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mantledillusion.essentials', module='concurrency-essentials', version='1.0.0')
)
libraryDependencies += "com.mantledillusion.essentials" % "concurrency-essentials" % "1.0.0"
[com.mantledillusion.essentials/concurrency-essentials "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

essentials

Parent to multiple utility style sub modules.

Versions

Version
1.0.0