| Categories |
CategoriesInfinispan Data Caching |
|---|---|
| GroupId | GroupIdorg.infinispan.archetypes |
| ArtifactId | ArtifactIdstore-archetype |
| Last Version | Last Version1.0.23 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionInfinispan Custom Store Archetype
Builds skeleton implementations of custom Infinispan stores.
|
| Filename | Size |
|---|---|
| store-archetype-1.0.23.pom | |
| store-archetype-1.0.23.jar | 40 KB |
| store-archetype-1.0.23-sources.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.infinispan.archetypes/store-archetype/ -->
<dependency>
<groupId>org.infinispan.archetypes</groupId>
<artifactId>store-archetype</artifactId>
<version>1.0.23</version>
</dependency>
// https://jarcasting.com/artifacts/org.infinispan.archetypes/store-archetype/
implementation 'org.infinispan.archetypes:store-archetype:1.0.23'
// https://jarcasting.com/artifacts/org.infinispan.archetypes/store-archetype/
implementation ("org.infinispan.archetypes:store-archetype:1.0.23")
'org.infinispan.archetypes:store-archetype:jar:1.0.23'
<dependency org="org.infinispan.archetypes" name="store-archetype" rev="1.0.23">
<artifact name="store-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.infinispan.archetypes', module='store-archetype', version='1.0.23')
)
libraryDependencies += "org.infinispan.archetypes" % "store-archetype" % "1.0.23"
[org.infinispan.archetypes/store-archetype "1.0.23"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.infinispan : infinispan-core | jar |