MVN

com.zuunr.restbed : restbed-core

Maven & Gradle

Dec 19, 2021
6 usages

Restbed core · Core project for Restbed modules

<dependency>
    <groupId>com.zuunr.restbed</groupId>
    <artifactId>restbed-core</artifactId>
    <version>1.0.0.M69-32a6ff0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zuunr.restbed : restbed-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.M69-32a6ff0

All Versions

Choose a version of com.zuunr.restbed : restbed-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
restbed-core-1.0.0.M69-32a6ff0
restbed-core-1.0.0.M68-f6948a3
restbed-core-1.0.0.M67-f442652
restbed-core-1.0.0.M66-da95495
restbed-core-1.0.0.M65-3a10b09
restbed-core-1.0.0.M64-aa3994b
restbed-core-1.0.0.M63-9316af2
restbed-core-1.0.0.M62-c5f4ef4
restbed-core-1.0.0.M61-539e080
restbed-core-1.0.0.M60-57bfeb8
restbed-core-1.0.0.M59-ab98166
restbed-core-1.0.0.M58-844bd1c
restbed-core-1.0.0.M57-346a39f
restbed-core-1.0.0.M56-3ba28f3
restbed-core-1.0.0.M55-58c5d3b
restbed-core-1.0.0.M54-bd5dd10
restbed-core-1.0.0.M53-87aed73
restbed-core-1.0.0.M52-5e16493
restbed-core-1.0.0.M51-bb122d7
restbed-core-1.0.0.M50-172ec73
restbed-core-1.0.0.M49-49db33a
restbed-core-1.0.0.M48-496fddb
restbed-core-1.0.0.M47-9792be2
restbed-core-1.0.0.M46-77d27c7
restbed-core-1.0.0.M45-384d908
restbed-core-1.0.0.M44-69d4532
restbed-core-1.0.0.M43-46be7cb
restbed-core-1.0.0.M42-d2f8cff
restbed-core-1.0.0.M41-fbc1ac1
restbed-core-1.0.0.M40-900f3ca
restbed-core-1.0.0.M39-58289c3
restbed-core-1.0.0.M38-b579ed7
restbed-core-1.0.0.M37-a47a1ed
restbed-core-1.0.0.M36-9fe6b1b
restbed-core-1.0.0.M35-f5dcd7a
restbed-core-1.0.0.M34-388c47e
restbed-core-1.0.0.M33-46c3f2c
restbed-core-1.0.0.M32-0cc2f41
restbed-core-1.0.0.M31-dcc93b7
restbed-core-1.0.0.M30-a1e1f37
restbed-core-1.0.0.M29-83f3537
restbed-core-1.0.0.M28-fb20ae6
restbed-core-1.0.0.M27-b00208b
restbed-core-1.0.0.M26-9516c28
restbed-core-1.0.0.M25-8cdc019
restbed-core-1.0.0.M24-f788cac
restbed-core-1.0.0.M23-e8fb938
restbed-core-1.0.0.M22-1a00287
restbed-core-1.0.0.M21-7f8fc5a
restbed-core-1.0.0.M20-d5c8dc5
restbed-core-1.0.0.M19-9786465
restbed-core-1.0.0.M18-84b5012
restbed-core-1.0.0.M17-020812e
restbed-core-1.0.0.M16-08c495b
restbed-core-1.0.0.M15-93d2284
restbed-core-1.0.0.M14-cd27d84
restbed-core-1.0.0.M14-c72d38b
restbed-core-1.0.0.M13-d8aeddf
restbed-core-1.0.0.M12-b2a92fd
restbed-core-1.0.0.M11-6484f19
restbed-core-1.0.0.M10-029136f
restbed-core-1.0.0.M9-8f099b0
restbed-core-1.0.0.M9-a49d26e
restbed-core-1.0.0.M9-7790901
restbed-core-1.0.0.M8-ee9af64
restbed-core-1.0.0.M7-3cd3271
restbed-core-1.0.0.M6-b2daa40
restbed-core-1.0.0.M5-460e1be
restbed-core-1.0.0.M4-daf0c7d
restbed-core-1.0.0.M3-888f03c
restbed-core-1.0.0.M2-c82ad32
restbed-core-1.0.0.M1-966b3bc

How to add a dependency to Maven

Add the following com.zuunr.restbed : restbed-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zuunr.restbed</groupId>
    <artifactId>restbed-core</artifactId>
    <version>1.0.0.M69-32a6ff0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zuunr.restbed : restbed-core gradle dependency to your build.gradle file:

implementation 'com.zuunr.restbed:restbed-core:1.0.0.M69-32a6ff0'

Gradle Kotlin DSL: Add the following com.zuunr.restbed : restbed-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zuunr.restbed:restbed-core:1.0.0.M69-32a6ff0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zuunr.restbed : restbed-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zuunr.restbed" % "restbed-core" % "1.0.0.M69-32a6ff0"