MVN

de.huxhorn.lilith : de.huxhorn.lilith.data.access.protobuf

Maven & Gradle

Dec 11, 2021
6 usages
134 stars

lilith-data-access-protobuf · This file is part of Lilith. It contains the Access Protobuf classes.

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith.data.access.protobuf</artifactId>
    <version>8.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.huxhorn.lilith : de.huxhorn.lilith.data.access.protobuf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.3.0

All Versions

Choose a version of de.huxhorn.lilith : de.huxhorn.lilith.data.access.protobuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.3.x
de.huxhorn.lilith.data.access.protobuf-8.3.0
8.2.x
de.huxhorn.lilith.data.access.protobuf-8.2.0
8.1.x
de.huxhorn.lilith.data.access.protobuf-8.1.1
de.huxhorn.lilith.data.access.protobuf-8.1.0
8.0.x
de.huxhorn.lilith.data.access.protobuf-8.0.0
0.9.x
de.huxhorn.lilith.data.access.protobuf-0.9.44
de.huxhorn.lilith.data.access.protobuf-0.9.43
de.huxhorn.lilith.data.access.protobuf-0.9.42.1
de.huxhorn.lilith.data.access.protobuf-0.9.42
de.huxhorn.lilith.data.access.protobuf-0.9.41
de.huxhorn.lilith.data.access.protobuf-0.9.40
de.huxhorn.lilith.data.access.protobuf-0.9.39
de.huxhorn.lilith.data.access.protobuf-0.9.38
de.huxhorn.lilith.data.access.protobuf-0.9.37
de.huxhorn.lilith.data.access.protobuf-0.9.36
de.huxhorn.lilith.data.access.protobuf-0.9.35

How to add a dependency to Maven

Add the following de.huxhorn.lilith : de.huxhorn.lilith.data.access.protobuf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith.data.access.protobuf</artifactId>
    <version>8.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.huxhorn.lilith : de.huxhorn.lilith.data.access.protobuf gradle dependency to your build.gradle file:

implementation 'de.huxhorn.lilith:de.huxhorn.lilith.data.access.protobuf:8.3.0'

Gradle Kotlin DSL: Add the following de.huxhorn.lilith : de.huxhorn.lilith.data.access.protobuf gradle kotlin dependency to your build.gradle.kts file:

implementation("de.huxhorn.lilith:de.huxhorn.lilith.data.access.protobuf:8.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.huxhorn.lilith : de.huxhorn.lilith.data.access.protobuf sbt scala dependency to your build.sbt file:

libraryDependencies += "de.huxhorn.lilith" % "de.huxhorn.lilith.data.access.protobuf" % "8.3.0"

Advertisement