Excelsior JET WinService API

The Excelsior JET WinService API eases conversion of programs designed to run on the JVM into Windows services.

Лицензия

Лицензия

Группа

Группа

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

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

excelsior-jet-winservice-api
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Excelsior JET WinService API
The Excelsior JET WinService API eases conversion of programs designed to run on the JVM into Windows services.
Ссылка на сайт

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

https://github.com/excelsior-oss/excelsior-jet-winservice-api
Система контроля версий

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

https://github.com/excelsior-oss/excelsior-jet-winservice-api

Скачать excelsior-jet-winservice-api

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

<!-- https://jarcasting.com/artifacts/com.excelsiorjet/excelsior-jet-winservice-api/ -->
<dependency>
    <groupId>com.excelsiorjet</groupId>
    <artifactId>excelsior-jet-winservice-api</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.excelsiorjet/excelsior-jet-winservice-api/
implementation 'com.excelsiorjet:excelsior-jet-winservice-api:1.0.0'
// https://jarcasting.com/artifacts/com.excelsiorjet/excelsior-jet-winservice-api/
implementation ("com.excelsiorjet:excelsior-jet-winservice-api:1.0.0")
'com.excelsiorjet:excelsior-jet-winservice-api:jar:1.0.0'
<dependency org="com.excelsiorjet" name="excelsior-jet-winservice-api" rev="1.0.0">
  <artifact name="excelsior-jet-winservice-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.excelsiorjet', module='excelsior-jet-winservice-api', version='1.0.0')
)
libraryDependencies += "com.excelsiorjet" % "excelsior-jet-winservice-api" % "1.0.0"
[com.excelsiorjet/excelsior-jet-winservice-api "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

Maven Central Excelsior JET WinService API

Excelsior JET eases conversion of programs designed to run on the JVM into Windows services by providing a custom WinService API and necessary support in the compiler and runtime system.

The API is published at Maven Central to enable Maven and Gradle users to reference it from their projects and subsequently build those projects with Excelsior JET Maven and Gradle plugins.

The complete documentation for the API can be found in the "Windows Services" chapter of the Excelsior JET User's Guide.

Note: The API can be used only in conjunction with the Excelsior JET JVM, as other JVM implementations do not support it.

Usage

To include the WinService API in a Maven-based build, add the following dependency to the <dependencies> section of your pom.xml file:

<dependency>
    <groupId>com.excelsiorjet</groupId>
    <artifactId>excelsior-jet-winservice-api</artifactId>
    <version>1.0.0</version>
    <scope>provided</scope>
</dependency>

To include the WinService API in a Gradle-based build, add the following dependency to your build.gradle file:

dependencies {
    compileOnly "com.excelsiorjet:excelsior-jet-winservice-api:1.0.0"
}

Support for Windows Services in Excelsior JET Maven and Gradle plugins will appear soon.

com.excelsiorjet

Excelsior LLC

We make Excelsior JET, a compliant Java SE JVM with AOT compiler. These are our open source projects.

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

Версия
1.0.0