lecousin.net Java framework - system-api

Operating system functionalities

License

License

Categories

Categories

Net
GroupId

GroupId

net.lecousin.framework.system
ArtifactId

ArtifactId

system-api
Last Version

Last Version

0.2.6
Release Date

Release Date

Type

Type

jar
Description

Description

lecousin.net Java framework - system-api
Operating system functionalities
Project URL

Project URL

https://github.com/lecousin/java-framework-system
Source Code Management

Source Code Management

https://github.com/lecousin/java-framework-system

Download system-api

How to add to project

<!-- https://jarcasting.com/artifacts/net.lecousin.framework.system/system-api/ -->
<dependency>
    <groupId>net.lecousin.framework.system</groupId>
    <artifactId>system-api</artifactId>
    <version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.lecousin.framework.system/system-api/
implementation 'net.lecousin.framework.system:system-api:0.2.6'
// https://jarcasting.com/artifacts/net.lecousin.framework.system/system-api/
implementation ("net.lecousin.framework.system:system-api:0.2.6")
'net.lecousin.framework.system:system-api:jar:0.2.6'
<dependency org="net.lecousin.framework.system" name="system-api" rev="0.2.6">
  <artifact name="system-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lecousin.framework.system', module='system-api', version='0.2.6')
)
libraryDependencies += "net.lecousin.framework.system" % "system-api" % "0.2.6"
[net.lecousin.framework.system/system-api "0.2.6"]

Dependencies

compile (1)

Group / Artifact Type Version
net.lecousin : core jar 0.20.0

Project Modules

There are no modules declared in this project.

lecousin.net - Java system framework

The system library allows few operating system specific operations, such as detecting physical drives.

The system-api library defines the interface to be implemented for each operating system.

The system.unix and system.windows contain implementations for Unix/Mac and Windows OS.

The system-impl contains a POM with profiles to automatically add a dependency to either system.unix or system.windows depending on your operating system.

Build status

Maven Central

build status build status

system-api Javadoc

Development branch

build status build status

Versions

Version
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0