lecousin.net Java framework - system-impl

Operating system functionalities

License

License

Categories

Categories

Net
GroupId

GroupId

net.lecousin.framework.system
ArtifactId

ArtifactId

system-impl
Last Version

Last Version

0.2.6
Release Date

Release Date

Type

Type

pom
Description

Description

lecousin.net Java framework - system-impl
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-impl

Filename Size
system-impl-0.2.6.pom 2 KB
Browse

How to add to project

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

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.

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