MVN

org.apache.juneau : juneau-rest-server-springboot

Maven & Gradle

Jan 07, 2023
2 usages
73 stars

juneau/rest/rest-server-springboot · Apache Juneau REST Server Spring Boot Integration

<dependency>
    <groupId>org.apache.juneau</groupId>
    <artifactId>juneau-rest-server-springboot</artifactId>
    <version>9.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.juneau : juneau-rest-server-springboot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.0

All Versions

Choose a version of org.apache.juneau : juneau-rest-server-springboot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.0.x
juneau-rest-server-springboot-9.0.0
9.0
juneau-rest-server-springboot-9.0-B1
8.2.x
juneau-rest-server-springboot-8.2.0
8.1.x
juneau-rest-server-springboot-8.1.3
juneau-rest-server-springboot-8.1.2
juneau-rest-server-springboot-8.1.1
juneau-rest-server-springboot-8.1.0
8.0.x
juneau-rest-server-springboot-8.0.0

How to add a dependency to Maven

Add the following org.apache.juneau : juneau-rest-server-springboot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.juneau</groupId>
    <artifactId>juneau-rest-server-springboot</artifactId>
    <version>9.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.juneau : juneau-rest-server-springboot gradle dependency to your build.gradle file:

implementation 'org.apache.juneau:juneau-rest-server-springboot:9.0.0'

Gradle Kotlin DSL: Add the following org.apache.juneau : juneau-rest-server-springboot gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.juneau:juneau-rest-server-springboot:9.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.juneau : juneau-rest-server-springboot sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.juneau" % "juneau-rest-server-springboot" % "9.0.0"

Advertisement