MVN

com.truward.brikar : brikar-rpc-rest

Maven & Gradle

Jan 20, 2017
1 usages
0 stars

Brikar RPC rest bindings

<dependency>
    <groupId>com.truward.brikar</groupId>
    <artifactId>brikar-rpc-rest</artifactId>
    <version>1.8.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.truward.brikar : brikar-rpc-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.32

All Versions

Choose a version of com.truward.brikar : brikar-rpc-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
brikar-rpc-rest-1.8.32
brikar-rpc-rest-1.8.31
brikar-rpc-rest-1.8.30
1.7.x
brikar-rpc-rest-1.7.29
1.6.x
brikar-rpc-rest-1.6.28
brikar-rpc-rest-1.6.27
1.5.x
brikar-rpc-rest-1.5.26
brikar-rpc-rest-1.5.25
1.4.x
brikar-rpc-rest-1.4.24
brikar-rpc-rest-1.4.23
brikar-rpc-rest-1.4.22
1.3.x
brikar-rpc-rest-1.3.21

How to add a dependency to Maven

Add the following com.truward.brikar : brikar-rpc-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.truward.brikar</groupId>
    <artifactId>brikar-rpc-rest</artifactId>
    <version>1.8.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.truward.brikar : brikar-rpc-rest gradle dependency to your build.gradle file:

implementation 'com.truward.brikar:brikar-rpc-rest:1.8.32'

Gradle Kotlin DSL: Add the following com.truward.brikar : brikar-rpc-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.truward.brikar:brikar-rpc-rest:1.8.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.truward.brikar : brikar-rpc-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.truward.brikar" % "brikar-rpc-rest" % "1.8.32"