MVN

io.lighty.resources : start-script

Maven & Gradle

Jun 23, 2023
2 usages
126 stars

io.lighty.resources:start-script

<dependency>
    <groupId>io.lighty.resources</groupId>
    <artifactId>start-script</artifactId>
    <version>17.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.lighty.resources : start-script to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.3.0

All Versions

Choose a version of io.lighty.resources : start-script to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
18.1.x
start-script-18.1.0
18.0.x
start-script-18.0.0
17.3.x
start-script-17.3.0
17.2.x
start-script-17.2.0
17.1.x
start-script-17.1.0
17.0.x
start-script-17.0.0
16.4.x
start-script-16.4.0
16.3.x
start-script-16.3.0
16.2.x
start-script-16.2.0
16.1.x
start-script-16.1.1
start-script-16.1.0
16.0.x
start-script-16.0.0
15.4.x
start-script-15.4.0
15.3.x
start-script-15.3.0
15.2.x
start-script-15.2.0
15.1.x
start-script-15.1.0
15.0.x
start-script-15.0.0
14.4.x
start-script-14.4.0
14.3.x
start-script-14.3.0
14.2.x
start-script-14.2.1
start-script-14.2.0
14.1.x
start-script-14.1.0
14.0.x
start-script-14.0.0
13.4.x
start-script-13.4.0
13.3.x
start-script-13.3.0
13.2.x
start-script-13.2.1
start-script-13.2.0
13.1.x
start-script-13.1.0
13.0.x
start-script-13.0.1
12.3.x
start-script-12.3.0
12.2.x
start-script-12.2.2
start-script-12.2.1

How to add a dependency to Maven

Add the following io.lighty.resources : start-script maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.lighty.resources</groupId>
    <artifactId>start-script</artifactId>
    <version>17.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.lighty.resources : start-script gradle dependency to your build.gradle file:

implementation 'io.lighty.resources:start-script:17.3.0'

Gradle Kotlin DSL: Add the following io.lighty.resources : start-script gradle kotlin dependency to your build.gradle.kts file:

implementation("io.lighty.resources:start-script:17.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.lighty.resources : start-script sbt scala dependency to your build.sbt file:

libraryDependencies += "io.lighty.resources" % "start-script" % "17.3.0"

Advertisement