License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.microsoft.servicefabric |
ArtifactId | ArtifactIdsf-native |
Last Version | Last Version1.0.6 |
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-1.0.6.pom | |
sf-native-1.0.6.jar | 19 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-native/ -->
<dependency>
<groupId>com.microsoft.servicefabric</groupId>
<artifactId>sf-native</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-native/
implementation 'com.microsoft.servicefabric:sf-native:1.0.6'
// https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-native/
implementation ("com.microsoft.servicefabric:sf-native:1.0.6")
'com.microsoft.servicefabric:sf-native:jar:1.0.6'
<dependency org="com.microsoft.servicefabric" name="sf-native" rev="1.0.6">
<artifact name="sf-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.servicefabric', module='sf-native', version='1.0.6')
)
libraryDependencies += "com.microsoft.servicefabric" % "sf-native" % "1.0.6"
[com.microsoft.servicefabric/sf-native "1.0.6"]