Java SDK Wrapper: java.nio implementation

Implementation of the module hiding functionality of Java SDK package java.nio.

License

License

GroupId

GroupId

com.zkejid.constructor
ArtifactId

ArtifactId

javasdk-nio-impl
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java SDK Wrapper: java.nio implementation
Implementation of the module hiding functionality of Java SDK package java.nio.
Project URL

Project URL

https://github.com/zkejidsconstructor/javasdk/tree/master/javasdk-nio/javasdk-nio-impl

Download javasdk-nio-impl

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.zkejid.constructor : javasdk-nio-api jar 0.1.0-SNAPSHOT
com.zkejid.constructor : core-api jar 0.1.0-SNAPSHOT

Project Modules

There are no modules declared in this project.

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