License |
License |
---|---|
GroupId | GroupIdcom.excelsiorjet |
ArtifactId | ArtifactIdexcelsior-jet-winservice-api |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionExcelsior 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 |
Source Code Management |
Source Code Management |
<!-- 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"]