Categories |
CategoriesInfinispan Data Caching |
---|---|
GroupId | GroupIdcom.turbospaces.boot |
ArtifactId | ArtifactIdbootstrap-infinispan-core |
Version | Version1.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-infinispan-core/ -->
<dependency>
<groupId>com.turbospaces.boot</groupId>
<artifactId>bootstrap-infinispan-core</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-infinispan-core/
implementation 'com.turbospaces.boot:bootstrap-infinispan-core:1.0.7'
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-infinispan-core/
implementation ("com.turbospaces.boot:bootstrap-infinispan-core:1.0.7")
'com.turbospaces.boot:bootstrap-infinispan-core:jar:1.0.7'
<dependency org="com.turbospaces.boot" name="bootstrap-infinispan-core" rev="1.0.7">
<artifact name="bootstrap-infinispan-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turbospaces.boot', module='bootstrap-infinispan-core', version='1.0.7')
)
libraryDependencies += "com.turbospaces.boot" % "bootstrap-infinispan-core" % "1.0.7"
[com.turbospaces.boot/bootstrap-infinispan-core "1.0.7"]