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