MVN

com.boxframework : box-server_2.12

Maven & Gradle

Jan 21, 2022
11 stars

box-server · box-server

<dependency>
    <groupId>com.boxframework</groupId>
    <artifactId>box-server_2.12</artifactId>
    <version>1.4.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.boxframework : box-server_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.15
  • Latest Release Candidate: 1.4.0-RC14

All Versions

Choose a version of com.boxframework : box-server_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
box-server_2.12-1.4.15
box-server_2.12-1.4.13
box-server_2.12-1.4.12
box-server_2.12-1.4.11
box-server_2.12-1.4.10
box-server_2.12-1.4.9
box-server_2.12-1.4.8
box-server_2.12-1.4.7
box-server_2.12-1.4.6
box-server_2.12-1.4.5
box-server_2.12-1.4.4
box-server_2.12-1.4.1
box-server_2.12-1.4.0
box-server_2.12-1.4.0-RC14
box-server_2.12-1.4.0-RC13
box-server_2.12-1.4.0-RC12
box-server_2.12-1.4.0-RC11
box-server_2.12-1.4.0-RC10
box-server_2.12-1.4.0-RC9
box-server_2.12-1.4.0-RC8
box-server_2.12-1.4.0-RC7
box-server_2.12-1.4.0-RC6
box-server_2.12-1.4.0-RC5
box-server_2.12-1.4.0-RC4
box-server_2.12-1.4.0-RC3
box-server_2.12-1.4.0-RC2
box-server_2.12-1.4.0-M4
box-server_2.12-1.4.0-RC1
box-server_2.12-1.4.0-M3
box-server_2.12-1.4.0-M2
box-server_2.12-1.4.0-M1
1.3.x
box-server_2.12-1.3.70
box-server_2.12-1.3.69
box-server_2.12-1.3.67
box-server_2.12-1.3.66
box-server_2.12-1.3.65
box-server_2.12-1.3.64
box-server_2.12-1.3.63
1.2.x
box-server_2.12-1.2.23
box-server_2.12-1.2.22

How to add a dependency to Maven

Add the following com.boxframework : box-server_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.boxframework</groupId>
    <artifactId>box-server_2.12</artifactId>
    <version>1.4.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.boxframework : box-server_2.12 gradle dependency to your build.gradle file:

implementation 'com.boxframework:box-server_2.12:1.4.15'

Gradle Kotlin DSL: Add the following com.boxframework : box-server_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.boxframework:box-server_2.12:1.4.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.boxframework : box-server_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.boxframework" % "box-server_2.12" % "1.4.15"