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