MVN

net.officefloor.script : officescript

Maven & Gradle

Aug 12, 2021
2 usages
60 stars

PolyglotScript · OfficeFloor plug-in for using ScriptEngine

<dependency>
    <groupId>net.officefloor.script</groupId>
    <artifactId>officescript</artifactId>
    <version>3.40.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.officefloor.script : officescript to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.40.0

All Versions

Choose a version of net.officefloor.script : officescript to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.40.x
officescript-3.40.0
3.39.x
officescript-3.39.0
3.38.x
officescript-3.38.0
3.37.x
officescript-3.37.0
3.36.x
officescript-3.36.0
3.35.x
officescript-3.35.0
3.34.x
officescript-3.34.0
3.33.x
officescript-3.33.0
3.32.x
officescript-3.32.0
3.31.x
officescript-3.31.0
3.30.x
officescript-3.30.2
officescript-3.30.0
3.29.x
officescript-3.29.0
3.28.x
officescript-3.28.2
officescript-3.28.1
officescript-3.28.0
3.27.x
officescript-3.27.0
3.26.x
officescript-3.26.0
3.25.x
officescript-3.25.0
3.24.x
officescript-3.24.0
3.23.x
officescript-3.23.0
3.22.x
officescript-3.22.0
3.21.x
officescript-3.21.0
3.20.x
officescript-3.20.0
3.19.x
officescript-3.19.0
3.18.x
officescript-3.18.0

How to add a dependency to Maven

Add the following net.officefloor.script : officescript maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.officefloor.script</groupId>
    <artifactId>officescript</artifactId>
    <version>3.40.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.officefloor.script : officescript gradle dependency to your build.gradle file:

implementation 'net.officefloor.script:officescript:3.40.0'

Gradle Kotlin DSL: Add the following net.officefloor.script : officescript gradle kotlin dependency to your build.gradle.kts file:

implementation("net.officefloor.script:officescript:3.40.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.officefloor.script : officescript sbt scala dependency to your build.sbt file:

libraryDependencies += "net.officefloor.script" % "officescript" % "3.40.0"

Advertisement