jsystemd core

The core library for systemd integration. This component does not depend on Spring, and can be used in any Java application.

Лицензия

Лицензия

Группа

Группа

com.tomtom.jsystemd
Идентификатор

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

jsystemd-core
Последняя версия

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

1.0.3.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

jsystemd core
The core library for systemd integration. This component does not depend on Spring, and can be used in any Java application.

Скачать jsystemd-core

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

<!-- https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-core/ -->
<dependency>
    <groupId>com.tomtom.jsystemd</groupId>
    <artifactId>jsystemd-core</artifactId>
    <version>1.0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-core/
implementation 'com.tomtom.jsystemd:jsystemd-core:1.0.3.2'
// https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-core/
implementation ("com.tomtom.jsystemd:jsystemd-core:1.0.3.2")
'com.tomtom.jsystemd:jsystemd-core:jar:1.0.3.2'
<dependency org="com.tomtom.jsystemd" name="jsystemd-core" rev="1.0.3.2">
  <artifact name="jsystemd-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.jsystemd', module='jsystemd-core', version='1.0.3.2')
)
libraryDependencies += "com.tomtom.jsystemd" % "jsystemd-core" % "1.0.3.2"
[com.tomtom.jsystemd/jsystemd-core "1.0.3.2"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
net.java.dev.jna : jna jar 4.5.1
org.slf4j : slf4j-api jar 1.7.25
com.jakewharton.byteunits : byteunits jar 0.9.1
org.apache.commons : commons-lang3 jar 3.9

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

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

jsystemd

This project contains modules to integrate Java services with systemd.

It aims primarily to provide decent integration of services developed with Spring Boot, but may contain interesting and reusable components for other projects.

How to use

When using Spring Boot, simply import the com.github.jpmsilva.jsystemd:systemd-spring-boot-starter dependency into your own project.

Refer to the documentation site for more information, and how to use outside of Spring Boot.

com.tomtom.jsystemd

TomTom

TomTom is the location technology provider enabling developers to build applications which are contributing to a safer, cleaner and less congested world.

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

Версия
1.0.3.2
1.0.3.1