MVN

com.github.filipesperandio.vraptor : vraptor-hypermedia

Maven & Gradle

Jan 16, 2013
1 stars

vraptor-hypermedia-enhancement · Vraptor hypermedia enhancement

<dependency>
    <groupId>com.github.filipesperandio.vraptor</groupId>
    <artifactId>vraptor-hypermedia</artifactId>
    <version>3.4.1.14.gson</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.filipesperandio.vraptor : vraptor-hypermedia to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.1.14.gson

All Versions

Choose a version of com.github.filipesperandio.vraptor : vraptor-hypermedia to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
vraptor-hypermedia-3.4.1.14.gson
vraptor-hypermedia-3.4.1.12.gson
vraptor-hypermedia-3.4.1.11.gson
vraptor-hypermedia-3.4.1.gson
vraptor-hypermedia-3.4.1.9.deserializer
vraptor-hypermedia-3.4.1.8.deserializer
vraptor-hypermedia-3.4.1.6-deserializer
vraptor-hypermedia-3.4.1.5-deserializer
vraptor-hypermedia-3.4.1.1-deserializer
vraptor-hypermedia-3.4.0

How to add a dependency to Maven

Add the following com.github.filipesperandio.vraptor : vraptor-hypermedia maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.filipesperandio.vraptor</groupId>
    <artifactId>vraptor-hypermedia</artifactId>
    <version>3.4.1.14.gson</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.filipesperandio.vraptor : vraptor-hypermedia gradle dependency to your build.gradle file:

implementation 'com.github.filipesperandio.vraptor:vraptor-hypermedia:3.4.1.14.gson'

Gradle Kotlin DSL: Add the following com.github.filipesperandio.vraptor : vraptor-hypermedia gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.filipesperandio.vraptor:vraptor-hypermedia:3.4.1.14.gson")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.filipesperandio.vraptor : vraptor-hypermedia sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.filipesperandio.vraptor" % "vraptor-hypermedia" % "3.4.1.14.gson"