MVN

com.swiftelan : rafter

Maven & Gradle

Sep 29, 2017
0 stars

Rafter · JAX-RS integration for caching, Java Server Pages

<dependency>
    <groupId>com.swiftelan</groupId>
    <artifactId>rafter</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.swiftelan : rafter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.swiftelan : rafter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
rafter-1.3
1.2
rafter-1.2
1.1
rafter-1.1

How to add a dependency to Maven

Add the following com.swiftelan : rafter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.swiftelan</groupId>
    <artifactId>rafter</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.swiftelan : rafter gradle dependency to your build.gradle file:

implementation 'com.swiftelan:rafter:1.3'

Gradle Kotlin DSL: Add the following com.swiftelan : rafter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.swiftelan:rafter:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.swiftelan : rafter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.swiftelan" % "rafter" % "1.3"

Advertisement