io.github.rmuhamedgaliev.config.SystemInformationConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SystemInformation Show documentation
Show all versions of SystemInformation Show documentation
Library for getting information about local computer implemented on java. Used 2 Linux commands, other implemented on Java.
package io.github.rmuhamedgaliev.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* Developer: Rinat Muhamedgaliev
* Date: 4/13/13
* Time: 7:19 PM
*/
@Configuration
@ComponentScan(basePackages= {"io.github.rmuhamedgaliev"})
public class SystemInformationConfig {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy