is not current version
Last Version 3.1.0

au.net.zeus.jgdms:service-starter 3.0.1-RC-07

This executable JAR file is the primary entry point for the Service Starter. It acts as both the class path for the container virtual machine (VM) for the Java platform that executes non-activatable services, and as the setup VM for activatable services.

Categories

Categories

Net
GroupId

GroupId

au.net.zeus.jgdms
ArtifactId

ArtifactId

service-starter
Version

Version

3.0.1-RC-07
Type

Type

jar

Download service-starter 3.0.1-RC-07


<!-- https://jarcasting.com/artifacts/au.net.zeus.jgdms/service-starter/ -->
<dependency>
    <groupId>au.net.zeus.jgdms</groupId>
    <artifactId>service-starter</artifactId>
    <version>3.0.1-RC-07</version>
</dependency>
// https://jarcasting.com/artifacts/au.net.zeus.jgdms/service-starter/
implementation 'au.net.zeus.jgdms:service-starter:3.0.1-RC-07'
// https://jarcasting.com/artifacts/au.net.zeus.jgdms/service-starter/
implementation ("au.net.zeus.jgdms:service-starter:3.0.1-RC-07")
'au.net.zeus.jgdms:service-starter:jar:3.0.1-RC-07'
<dependency org="au.net.zeus.jgdms" name="service-starter" rev="3.0.1-RC-07">
  <artifact name="service-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.net.zeus.jgdms', module='service-starter', version='3.0.1-RC-07')
)
libraryDependencies += "au.net.zeus.jgdms" % "service-starter" % "3.0.1-RC-07"
[au.net.zeus.jgdms/service-starter "3.0.1-RC-07"]