is not current version
Last Version 14.0.0.Dev03

org.infinispan.archetypes:store 13.0.0.CR1

Maven archetype for a sample implementation of a custom cache store.

Categories

Categories

Infinispan Data Caching
GroupId

GroupId

org.infinispan.archetypes
ArtifactId

ArtifactId

store
Version

Version

13.0.0.CR1
Type

Type

jar

Download store 13.0.0.CR1


<!-- https://jarcasting.com/artifacts/org.infinispan.archetypes/store/ -->
<dependency>
    <groupId>org.infinispan.archetypes</groupId>
    <artifactId>store</artifactId>
    <version>13.0.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.infinispan.archetypes/store/
implementation 'org.infinispan.archetypes:store:13.0.0.CR1'
// https://jarcasting.com/artifacts/org.infinispan.archetypes/store/
implementation ("org.infinispan.archetypes:store:13.0.0.CR1")
'org.infinispan.archetypes:store:jar:13.0.0.CR1'
<dependency org="org.infinispan.archetypes" name="store" rev="13.0.0.CR1">
  <artifact name="store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.infinispan.archetypes', module='store', version='13.0.0.CR1')
)
libraryDependencies += "org.infinispan.archetypes" % "store" % "13.0.0.CR1"
[org.infinispan.archetypes/store "13.0.0.CR1"]