MVN

org.deephacks.tools4j : tools4j-config-admin-protobuf

Maven & Gradle

Jan 10, 2013

Tools4j Config Admin Protobuf · Google Protobuf Endpoint for Tools4j Config Admin

<dependency>
    <groupId>org.deephacks.tools4j</groupId>
    <artifactId>tools4j-config-admin-protobuf</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.deephacks.tools4j : tools4j-config-admin-protobuf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of org.deephacks.tools4j : tools4j-config-admin-protobuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
tools4j-config-admin-protobuf-0.0.4
tools4j-config-admin-protobuf-0.0.3

How to add a dependency to Maven

Add the following org.deephacks.tools4j : tools4j-config-admin-protobuf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.deephacks.tools4j</groupId>
    <artifactId>tools4j-config-admin-protobuf</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.deephacks.tools4j : tools4j-config-admin-protobuf gradle dependency to your build.gradle file:

implementation 'org.deephacks.tools4j:tools4j-config-admin-protobuf:0.0.4'

Gradle Kotlin DSL: Add the following org.deephacks.tools4j : tools4j-config-admin-protobuf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.deephacks.tools4j:tools4j-config-admin-protobuf:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.deephacks.tools4j : tools4j-config-admin-protobuf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.deephacks.tools4j" % "tools4j-config-admin-protobuf" % "0.0.4"