<dependency>
<groupId>org.elasticsoftwarefoundation.elasticactors</groupId>
<artifactId>elasticactors-bom</artifactId>
<version>7.0.1</version>
</dependency>
implementation group: 'org.elasticsoftwarefoundation.elasticactors', name: 'elasticactors-bom', version: '7.0.1'
implementation 'org.elasticsoftwarefoundation.elasticactors:elasticactors-bom:7.0.1'
implementation("org.elasticsoftwarefoundation.elasticactors:elasticactors-bom:7.0.1")
libraryDependencies += "org.elasticsoftwarefoundation.elasticactors" % "elasticactors-bom" % "7.0.1"
<dependency org="org.elasticsoftwarefoundation.elasticactors" name="elasticactors-bom" rev="7.0.1"/>
@Grapes(
@Grab(group='org.elasticsoftwarefoundation.elasticactors', module='elasticactors-bom', version='7.0.1')
)
[org.elasticsoftwarefoundation.elasticactors/elasticactors-bom "7.0.1"]
'org.elasticsoftwarefoundation.elasticactors:elasticactors-bom:jar:7.0.1'