MVN

cc.liloo : spark-mini

Maven & Gradle

Sep 16, 2017
1 stars

SparkMini · Spark - 一个基于 Java 8的小型Web框架 /A tiny web framework for Java 8 注意 : 这里的Spark不是用于大数据处理的Spark, 而是一个简单的Web框架, 这里是官方Github地址. Notice : This Spark is not used for large data processing Spark, but a simple Web framework, here is the official Github page. 这个项目是一个简单的封装, 为的是提供一种简单的启动方式, 而不是利用"繁重"的Web容器来提供Rest接口. This project is a simple wrapper, in order to provide a simple way to start, rather than the use of "heavy" Web container to provide Rest interface. 环境要求/Environment : Java8 Maven3.3

<dependency>
    <groupId>cc.liloo</groupId>
    <artifactId>spark-mini</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.liloo : spark-mini to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of cc.liloo : spark-mini to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
spark-mini-0.0.2
spark-mini-0.0.1

How to add a dependency to Maven

Add the following cc.liloo : spark-mini maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.liloo</groupId>
    <artifactId>spark-mini</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.liloo : spark-mini gradle dependency to your build.gradle file:

implementation 'cc.liloo:spark-mini:0.0.2'

Gradle Kotlin DSL: Add the following cc.liloo : spark-mini gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.liloo:spark-mini:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.liloo : spark-mini sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.liloo" % "spark-mini" % "0.0.2"