GroupId | GroupIdcom.microsoft.servicefabric |
---|---|
ArtifactId | ArtifactIdsf-transport |
Version | Version1.0.0-preview1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-transport/ -->
<dependency>
<groupId>com.microsoft.servicefabric</groupId>
<artifactId>sf-transport</artifactId>
<version>1.0.0-preview1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-transport/
implementation 'com.microsoft.servicefabric:sf-transport:1.0.0-preview1'
// https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-transport/
implementation ("com.microsoft.servicefabric:sf-transport:1.0.0-preview1")
'com.microsoft.servicefabric:sf-transport:jar:1.0.0-preview1'
<dependency org="com.microsoft.servicefabric" name="sf-transport" rev="1.0.0-preview1">
<artifact name="sf-transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.servicefabric', module='sf-transport', version='1.0.0-preview1')
)
libraryDependencies += "com.microsoft.servicefabric" % "sf-transport" % "1.0.0-preview1"
[com.microsoft.servicefabric/sf-transport "1.0.0-preview1"]