| License | License | 
|---|---|
| Categories | CategoriesNative Development Tools | 
| GroupId | GroupIdcom.microsoft.servicefabric | 
| ArtifactId | ArtifactIdsf-native-preview | 
| Last Version | Last Version0.10.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionService Fabric Natives Jar Service Fabric Natives jar | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| sf-native-preview-0.10.0.pom | |
| sf-native-preview-0.10.0.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-native-preview/ -->
<dependency>
    <groupId>com.microsoft.servicefabric</groupId>
    <artifactId>sf-native-preview</artifactId>
    <version>0.10.0</version>
</dependency>// https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-native-preview/
implementation 'com.microsoft.servicefabric:sf-native-preview:0.10.0'// https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-native-preview/
implementation ("com.microsoft.servicefabric:sf-native-preview:0.10.0")'com.microsoft.servicefabric:sf-native-preview:jar:0.10.0'<dependency org="com.microsoft.servicefabric" name="sf-native-preview" rev="0.10.0">
  <artifact name="sf-native-preview" type="jar" />
</dependency>@Grapes(
@Grab(group='com.microsoft.servicefabric', module='sf-native-preview', version='0.10.0')
)libraryDependencies += "com.microsoft.servicefabric" % "sf-native-preview" % "0.10.0"[com.microsoft.servicefabric/sf-native-preview "0.10.0"]