Java SDK Wrapper: java.lang.System API

API of the module hiding functionality of Java SDK class java.lang.System.

License

License

GroupId

GroupId

com.zkejid.constructor
ArtifactId

ArtifactId

javasdk-system-api
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java SDK Wrapper: java.lang.System API
API of the module hiding functionality of Java SDK class java.lang.System.
Project URL

Project URL

https://github.com/zkejidsconstructor/javasdk/tree/master/javasdk-system/javasdk-system-api

Download javasdk-system-api

How to add to project

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

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