MVN

com.github.andtankian : Ribrest

Maven & Gradle

Mar 12, 2019
19 stars

Ribrest · Ribrest Framework - A simple Java framework that truly improve your productivity when developing restful based webservices.

<dependency>
    <groupId>com.github.andtankian</groupId>
    <artifactId>Ribrest</artifactId>
    <version>1.27.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.andtankian : Ribrest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.27.0

All Versions

Choose a version of com.github.andtankian : Ribrest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.27.x
Ribrest-1.27.0
1.26.x
Ribrest-1.26.2
Ribrest-1.26.1
Ribrest-1.26.0
1.25.x
Ribrest-1.25.1
Ribrest-1.25.0
1.22.x
Ribrest-1.22.0
1.21.x
Ribrest-1.21.1
1.20.x
Ribrest-1.20.0
1.19.x
Ribrest-1.19.0
1.17.x
Ribrest-1.17.4.1
Ribrest-1.17.4
1.10.x
Ribrest-1.10.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.andtankian</groupId>
    <artifactId>Ribrest</artifactId>
    <version>1.27.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.andtankian : Ribrest gradle dependency to your build.gradle file:

implementation 'com.github.andtankian:Ribrest:1.27.0'

Gradle Kotlin DSL: Add the following com.github.andtankian : Ribrest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.andtankian:Ribrest:1.27.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.andtankian : Ribrest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.andtankian" % "Ribrest" % "1.27.0"