MVN

org.infinispan : proto-sample-domain-implementation

Maven & Gradle

Aug 15, 2023

Infinispan proto-sample domain implementation · A ProtoStream sample domain implementation can be used for tests among different Infinispan module

<dependency>
    <groupId>org.infinispan</groupId>
    <artifactId>proto-sample-domain-implementation</artifactId>
    <version>14.0.14.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.infinispan : proto-sample-domain-implementation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.0.14.Final

All Versions

Choose a version of org.infinispan : proto-sample-domain-implementation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.0.x
proto-sample-domain-implementation-14.0.14.Final

How to add a dependency to Maven

Add the following org.infinispan : proto-sample-domain-implementation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.infinispan</groupId>
    <artifactId>proto-sample-domain-implementation</artifactId>
    <version>14.0.14.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.infinispan : proto-sample-domain-implementation gradle dependency to your build.gradle file:

implementation 'org.infinispan:proto-sample-domain-implementation:14.0.14.Final'

Gradle Kotlin DSL: Add the following org.infinispan : proto-sample-domain-implementation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.infinispan:proto-sample-domain-implementation:14.0.14.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.infinispan : proto-sample-domain-implementation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.infinispan" % "proto-sample-domain-implementation" % "14.0.14.Final"