MVN

com.bitmechanic : barrister

Maven & Gradle

Mar 06, 2020
1 usages
6 stars

barrister · Java bindings for Barrister RPC

<dependency>
    <groupId>com.bitmechanic</groupId>
    <artifactId>barrister</artifactId>
    <version>0.1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bitmechanic : barrister to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.18

All Versions

Choose a version of com.bitmechanic : barrister to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
barrister-0.1.18
barrister-0.1.17
barrister-0.1.16
barrister-0.1.15
barrister-0.1.14
barrister-0.1.13
barrister-0.1.12
barrister-0.1.11
barrister-0.1.10
barrister-0.1.9
barrister-0.1.8
barrister-0.1.7
barrister-0.1.6
barrister-0.1.5
barrister-0.1.4
barrister-0.1.2
barrister-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bitmechanic</groupId>
    <artifactId>barrister</artifactId>
    <version>0.1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bitmechanic : barrister gradle dependency to your build.gradle file:

implementation 'com.bitmechanic:barrister:0.1.18'

Gradle Kotlin DSL: Add the following com.bitmechanic : barrister gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bitmechanic:barrister:0.1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bitmechanic : barrister sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bitmechanic" % "barrister" % "0.1.18"

Advertisement