lecousin.net Java framework - system.unix

Unix operating systems functionalities

License

License

Categories

Categories

Net
GroupId

GroupId

net.lecousin.framework.system
ArtifactId

ArtifactId

unix
Last Version

Last Version

0.2.6
Release Date

Release Date

Type

Type

jar
Description

Description

lecousin.net Java framework - system.unix
Unix operating systems 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 unix

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
net.lecousin : core jar 0.20.0
net.lecousin.framework.system : system-api jar 0.2.6
net.java.dev.jna : jna-platform jar 4.4.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