Download sf-1.0.0.jar file - Jar s

Jar examples for s:sf

Description

Service Fabric java system fabric preview jar

You can download jar file sf 1.0.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add sf-1.0.0.jar to your project.

<dependency>
   <groupId>com.microsoft.servicefabric</groupId>
   <artifactId>sf</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.microsoft.servicefabric', name: 'sf', version: '1.0.0'
libraryDependencies += "com.microsoft.servicefabric" % "sf" % "1.0.0"
<dependency org="com.microsoft.servicefabric" name="sf" rev="1.0.0"/>
@Grapes(@Grab(group='com.microsoft.servicefabric', module='sf', version='1.0.0'))
'com.microsoft.servicefabric:sf:jar:1.0.0'

Download

Click the following link to download the jar file.

sf-1.0.0-javadoc.jar
sf-1.0.0-sources.jar
sf-1.0.0.jar
sf-1.0.0.pom



Related Tutorials