GroupId | GroupIdcom.microsoft.servicefabric |
---|---|
ArtifactId | ArtifactIdsf-services |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sf-services-1.0.1.pom | |
sf-services-1.0.1.jar | 230 KB |
sf-services-1.0.1-sources.jar | 5 KB |
sf-services-1.0.1-javadoc.jar | 353 KB |
Browse |
<!-- 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"]