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