MVN

org.jboss.da : bc-rest

Maven & Gradle

Apr 09, 2018
3 usages
<dependency>
    <groupId>org.jboss.da</groupId>
    <artifactId>bc-rest</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.da : bc-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of org.jboss.da : bc-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
bc-rest-1.2.1
bc-rest-1.2.0
1.1.x
bc-rest-1.1.1
bc-rest-1.1.0
1.0.x
bc-rest-1.0.2
bc-rest-1.0.1
bc-rest-1.0.0
0.8.x
bc-rest-0.8.2

How to add a dependency to Maven

Add the following org.jboss.da : bc-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.da</groupId>
    <artifactId>bc-rest</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.da : bc-rest gradle dependency to your build.gradle file:

implementation 'org.jboss.da:bc-rest:1.2.1'

Gradle Kotlin DSL: Add the following org.jboss.da : bc-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.da:bc-rest:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.da : bc-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.da" % "bc-rest" % "1.2.1"

Advertisement