is not current version
Last Version 1.0.6

com.microsoft.servicefabric:sf-actors 1.0.0-preview1

Service Fabric java actors preview jar

GroupId

GroupId

com.microsoft.servicefabric
ArtifactId

ArtifactId

sf-actors
Version

Version

1.0.0-preview1
Type

Type

jar

Download sf-actors 1.0.0-preview1


<!-- https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-actors/ -->
<dependency>
    <groupId>com.microsoft.servicefabric</groupId>
    <artifactId>sf-actors</artifactId>
    <version>1.0.0-preview1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-actors/
implementation 'com.microsoft.servicefabric:sf-actors:1.0.0-preview1'
// https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-actors/
implementation ("com.microsoft.servicefabric:sf-actors:1.0.0-preview1")
'com.microsoft.servicefabric:sf-actors:jar:1.0.0-preview1'
<dependency org="com.microsoft.servicefabric" name="sf-actors" rev="1.0.0-preview1">
  <artifact name="sf-actors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.servicefabric', module='sf-actors', version='1.0.0-preview1')
)
libraryDependencies += "com.microsoft.servicefabric" % "sf-actors" % "1.0.0-preview1"
[com.microsoft.servicefabric/sf-actors "1.0.0-preview1"]