MVN

com.flyobjectspace : scala-lib_2.9.1

Maven & Gradle

Sep 27, 2011

Fly Scala is a scala client library for working with a Fly Server. Fly is an object space server that is specifically written to provide lightweight object based messaging between computers running on a network. This distribution does not contain the server, please go to http://www.flyobjectspace.com/ for the server that matches the version of Fly Scala you want to use.

<dependency>
    <groupId>com.flyobjectspace</groupId>
    <artifactId>scala-lib_2.9.1</artifactId>
    <version>1.3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.flyobjectspace : scala-lib_2.9.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.9

All Versions

Choose a version of com.flyobjectspace : scala-lib_2.9.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
scala-lib_2.9.1-1.3.9
scala-lib_2.9.1-1.3.8

How to add a dependency to Maven

Add the following com.flyobjectspace : scala-lib_2.9.1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.flyobjectspace</groupId>
    <artifactId>scala-lib_2.9.1</artifactId>
    <version>1.3.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.flyobjectspace : scala-lib_2.9.1 gradle dependency to your build.gradle file:

implementation 'com.flyobjectspace:scala-lib_2.9.1:1.3.9'

Gradle Kotlin DSL: Add the following com.flyobjectspace : scala-lib_2.9.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.flyobjectspace:scala-lib_2.9.1:1.3.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.flyobjectspace : scala-lib_2.9.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.flyobjectspace" % "scala-lib_2.9.1" % "1.3.9"