is not current version
Last Version 2.2.3

org.apache.river:start 2.2.1

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.

GroupId

GroupId

org.apache.river
ArtifactId

ArtifactId

start
Version

Version

2.2.1
Type

Type

jar

Download start 2.2.1


<!-- https://jarcasting.com/artifacts/org.apache.river/start/ -->
<dependency>
    <groupId>org.apache.river</groupId>
    <artifactId>start</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.river/start/
implementation 'org.apache.river:start:2.2.1'
// https://jarcasting.com/artifacts/org.apache.river/start/
implementation ("org.apache.river:start:2.2.1")
'org.apache.river:start:jar:2.2.1'
<dependency org="org.apache.river" name="start" rev="2.2.1">
  <artifact name="start" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.river', module='start', version='2.2.1')
)
libraryDependencies += "org.apache.river" % "start" % "2.2.1"
[org.apache.river/start "2.2.1"]