Categories |
CategoriesJGroups Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdcom.turbospaces.boot |
ArtifactId | ArtifactIdbootstrap-jgroups-core |
Version | Version1.0.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-jgroups-core/ -->
<dependency>
<groupId>com.turbospaces.boot</groupId>
<artifactId>bootstrap-jgroups-core</artifactId>
<version>1.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-jgroups-core/
implementation 'com.turbospaces.boot:bootstrap-jgroups-core:1.0.19'
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-jgroups-core/
implementation ("com.turbospaces.boot:bootstrap-jgroups-core:1.0.19")
'com.turbospaces.boot:bootstrap-jgroups-core:jar:1.0.19'
<dependency org="com.turbospaces.boot" name="bootstrap-jgroups-core" rev="1.0.19">
<artifact name="bootstrap-jgroups-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turbospaces.boot', module='bootstrap-jgroups-core', version='1.0.19')
)
libraryDependencies += "com.turbospaces.boot" % "bootstrap-jgroups-core" % "1.0.19"
[com.turbospaces.boot/bootstrap-jgroups-core "1.0.19"]