Java SDK Wrapper: java.lang.System implementation

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

Лицензия

Лицензия

Группа

Группа

com.zkejid.constructor
Идентификатор

Идентификатор

javasdk-system-impl
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java SDK Wrapper: java.lang.System implementation
Implementation of the module hiding functionality of Java SDK class java.lang.System.
Ссылка на сайт

Ссылка на сайт

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

Скачать javasdk-system-impl

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.zkejid.constructor : javasdk-system-api jar 0.1.0-SNAPSHOT
com.zkejid.constructor : core-api jar 0.1.0-SNAPSHOT

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.0