MVN

com.truward.brikar.protobuf : brikar-protobuf-test

Maven & Gradle

Mar 20, 2016
5 usages
0 stars

Brikar Protocol Buffers Test Fixture Data

<dependency>
    <groupId>com.truward.brikar.protobuf</groupId>
    <artifactId>brikar-protobuf-test</artifactId>
    <version>1.3.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.20

All Versions

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

Version Vulnerabilities Updated
1.3.x
brikar-protobuf-test-1.3.20
brikar-protobuf-test-1.3.19
brikar-protobuf-test-1.3.18
1.2.x
brikar-protobuf-test-1.2.17
brikar-protobuf-test-1.2.16
1.1.x
brikar-protobuf-test-1.1.15
1.0.x
brikar-protobuf-test-1.0.14
brikar-protobuf-test-1.0.13
brikar-protobuf-test-1.0.12
brikar-protobuf-test-1.0.11
brikar-protobuf-test-1.0.10
brikar-protobuf-test-1.0.9
brikar-protobuf-test-1.0.8
brikar-protobuf-test-1.0.7
brikar-protobuf-test-1.0.6
brikar-protobuf-test-1.0.5
brikar-protobuf-test-1.0.4
brikar-protobuf-test-1.0.3
brikar-protobuf-test-1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.truward.brikar.protobuf</groupId>
    <artifactId>brikar-protobuf-test</artifactId>
    <version>1.3.20</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.truward.brikar.protobuf:brikar-protobuf-test:1.3.20'

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

implementation("com.truward.brikar.protobuf:brikar-protobuf-test:1.3.20")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.truward.brikar.protobuf" % "brikar-protobuf-test" % "1.3.20"