is not current version
Last Version 1.0.6

com.microsoft.servicefabric:sf-services 1.0.1

Service Fabric java services jar

GroupId

GroupId

com.microsoft.servicefabric
ArtifactId

ArtifactId

sf-services
Version

Version

1.0.1
Type

Type

jar

Download sf-services 1.0.1


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