is not current version
Last Version 1.0.6

com.microsoft.servicefabric:sf-services 1.0.4

Service Fabric java services jar

GroupId

GroupId

com.microsoft.servicefabric
ArtifactId

ArtifactId

sf-services
Version

Version

1.0.4
Type

Type

jar

Download sf-services 1.0.4


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