MVN

net.linkfuture : linkfuture.web

Maven & Gradle

Oct 24, 2016
1 usages

LinkFuture Web · Virtual Content Framework Web Solution, Auto Generate REST API

<dependency>
    <groupId>net.linkfuture</groupId>
    <artifactId>linkfuture.web</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.linkfuture : linkfuture.web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of net.linkfuture : linkfuture.web to add to Maven or Gradle - All Versions:

  • Version Updated
  • linkfuture.web-2.2.1

    Oct 23, 2016
  • linkfuture.web-2.2.0

    Oct 19, 2016
  • linkfuture.web-2.1.0

    Sep 27, 2016
  • linkfuture.web-2.0.9

    Aug 25, 2016
  • linkfuture.web-2.0.8

    Jul 25, 2016
  • linkfuture.web-2.0.7

    Jul 25, 2016
  • linkfuture.web-2.0.6

    Jun 24, 2016
  • linkfuture.web-2.0.5

    Jun 02, 2016
  • linkfuture.web-2.0.4

    May 21, 2016
  • linkfuture.web-2.0.3

    Apr 14, 2016
  • linkfuture.web-2.0.2

    Apr 09, 2016
  • linkfuture.web-2.0.1

    Mar 25, 2016
  • linkfuture.web-2.0.0

    Mar 01, 2016
  • linkfuture.web-1.0.8

    Oct 24, 2015
  • linkfuture.web-1.0.7

    Jul 10, 2015
  • linkfuture.web-1.0.6

    Jun 05, 2015
  • linkfuture.web-1.0.5

    Jun 05, 2015
  • linkfuture.web-1.0.4

    May 13, 2015
  • linkfuture.web-1.0.3

    May 12, 2015
  • linkfuture.web-1.0.2

    Apr 19, 2015
  • linkfuture.web-1.0.1

    Feb 07, 2015
  • linkfuture.web-1.0.0

    Jan 07, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>net.linkfuture</groupId>
    <artifactId>linkfuture.web</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.linkfuture : linkfuture.web gradle dependency to your build.gradle file:

implementation 'net.linkfuture:linkfuture.web:2.2.1'

Gradle Kotlin DSL: Add the following net.linkfuture : linkfuture.web gradle kotlin dependency to your build.gradle.kts file:

implementation("net.linkfuture:linkfuture.web:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.linkfuture : linkfuture.web sbt scala dependency to your build.sbt file:

libraryDependencies += "net.linkfuture" % "linkfuture.web" % "2.2.1"