is not current version
Last Version 1.0.6

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

Service Fabric java actors preview jar

GroupId

GroupId

com.microsoft.servicefabric
ArtifactId

ArtifactId

sf-actors
Version

Version

1.0.0-preview2
Type

Type

jar

Download sf-actors 1.0.0-preview2


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