Java SDK Wrapper: java.util.concurrent

Module hiding functionality of Java SDK package java.util.concurrent.

License

License

GroupId

GroupId

com.zkejid.constructor
ArtifactId

ArtifactId

javasdk-concurrent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Java SDK Wrapper: java.util.concurrent
Module hiding functionality of Java SDK package java.util.concurrent.
Project URL

Project URL

https://github.com/zkejidsconstructor/javasdk/tree/master/javasdk-concurrent

Download javasdk-concurrent

Filename Size
javasdk-concurrent-1.0.0.pom 933 bytes
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.zkejid.constructor/javasdk-concurrent/ -->
<dependency>
    <groupId>com.zkejid.constructor</groupId>
    <artifactId>javasdk-concurrent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zkejid.constructor/javasdk-concurrent/
implementation 'com.zkejid.constructor:javasdk-concurrent:1.0.0'
// https://jarcasting.com/artifacts/com.zkejid.constructor/javasdk-concurrent/
implementation ("com.zkejid.constructor:javasdk-concurrent:1.0.0")
'com.zkejid.constructor:javasdk-concurrent:pom:1.0.0'
<dependency org="com.zkejid.constructor" name="javasdk-concurrent" rev="1.0.0">
  <artifact name="javasdk-concurrent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zkejid.constructor', module='javasdk-concurrent', version='1.0.0')
)
libraryDependencies += "com.zkejid.constructor" % "javasdk-concurrent" % "1.0.0"
[com.zkejid.constructor/javasdk-concurrent "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

  • javasdk-concurrent-api
  • javasdk-concurrent-impl

Java SDK Wrapper modules

Overview

Modules of the Constructor Framework which are hiding Java SDK functionality. Modules are helpful in testing interaction of application with Operating System. Each module covers some part of the SDK. Object of interest are static methods, classes of infrastructural interaction and other difficult to test parts of Java.

Names of classes and methods are the same as in SDK if possible.

Constructor Module

Java SDK Wrapper is the module of Constructor Framework. You can simply place artifacts of this module on the path of application to use its API.

Versioning

Artifact versions of the Java SDK Wrapper modules follow the Semantic Versioning 2.0.0 specification.

License

The module is provided under MIT License Copyright (c) 2020 Zkejid.

Versions

Version
1.0.0