Categories |
CategoriesInfinispan Data Caching |
---|---|
GroupId | GroupIdcom.turbospaces.boot |
ArtifactId | ArtifactIdbootstrap-infinispan-core |
Version | Version1.0.1 |
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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-infinispan-core/
implementation 'com.turbospaces.boot:bootstrap-infinispan-core:1.0.1'
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-infinispan-core/
implementation ("com.turbospaces.boot:bootstrap-infinispan-core:1.0.1")
'com.turbospaces.boot:bootstrap-infinispan-core:jar:1.0.1'
<dependency org="com.turbospaces.boot" name="bootstrap-infinispan-core" rev="1.0.1">
<artifact name="bootstrap-infinispan-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turbospaces.boot', module='bootstrap-infinispan-core', version='1.0.1')
)
libraryDependencies += "com.turbospaces.boot" % "bootstrap-infinispan-core" % "1.0.1"
[com.turbospaces.boot/bootstrap-infinispan-core "1.0.1"]