MVN

nl.thebigb : spark-core

Maven & Gradle

Apr 15, 2014
0 stars

Spark · A Sinatra inspired java web framework

<dependency>
    <groupId>nl.thebigb</groupId>
    <artifactId>spark-core</artifactId>
    <version>1.1.2-fork-u1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.thebigb : spark-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2-fork-u1

All Versions

Choose a version of nl.thebigb : spark-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
spark-core-1.1.2-fork-u1
spark-core-1.1.2-fork

How to add a dependency to Maven

Add the following nl.thebigb : spark-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.thebigb</groupId>
    <artifactId>spark-core</artifactId>
    <version>1.1.2-fork-u1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.thebigb : spark-core gradle dependency to your build.gradle file:

implementation 'nl.thebigb:spark-core:1.1.2-fork-u1'

Gradle Kotlin DSL: Add the following nl.thebigb : spark-core gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.thebigb:spark-core:1.1.2-fork-u1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.thebigb : spark-core sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.thebigb" % "spark-core" % "1.1.2-fork-u1"

Advertisement