Excelsior JET WinService API

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

License

License

GroupId

GroupId

com.excelsiorjet
ArtifactId

ArtifactId

excelsior-jet-winservice-api
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

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

Source Code Management

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

Download excelsior-jet-winservice-api

How to add to project

<!-- 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"]

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.

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.

Versions

Version
1.0.0