jsystemd

jsystemd aims to provide a better platform to integrate Java applications with systemd, and run them as proper operating system services.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

2.0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

jsystemd
jsystemd aims to provide a better platform to integrate Java applications with systemd, and run them as proper operating system services.
Ссылка на сайт

Ссылка на сайт

https://jpmsilva.github.io/jsystemd-site/
Система контроля версий

Система контроля версий

https://github.com/jpmsilva/jsystemd

Скачать jsystemd

Имя Файла Размер
jsystemd-2.0.1.pom 16 KB
Обзор

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jetbrains : annotations Необязательный jar 20.1.0

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

  • jsystemd-core
  • jsystemd-spring-boot-starter

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.

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

Версия
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0