Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.microsoft.servicefabric |
ArtifactId | ArtifactIdsf-native |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sf-native-1.0.1.pom | |
sf-native-1.0.1.jar | 18 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-native/ -->
<dependency>
<groupId>com.microsoft.servicefabric</groupId>
<artifactId>sf-native</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-native/
implementation 'com.microsoft.servicefabric:sf-native:1.0.1'
// https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-native/
implementation ("com.microsoft.servicefabric:sf-native:1.0.1")
'com.microsoft.servicefabric:sf-native:jar:1.0.1'
<dependency org="com.microsoft.servicefabric" name="sf-native" rev="1.0.1">
<artifact name="sf-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.servicefabric', module='sf-native', version='1.0.1')
)
libraryDependencies += "com.microsoft.servicefabric" % "sf-native" % "1.0.1"
[com.microsoft.servicefabric/sf-native "1.0.1"]