GroupId | GroupIdcom.microsoft.servicefabric |
---|---|
ArtifactId | ArtifactIdsf-transport |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
sf-transport-1.0.0.pom | |
sf-transport-1.0.0.jar | 16 KB |
sf-transport-1.0.0-sources.jar | 5 KB |
sf-transport-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-transport/
implementation 'com.microsoft.servicefabric:sf-transport:1.0.0'
// https://jarcasting.com/artifacts/com.microsoft.servicefabric/sf-transport/
implementation ("com.microsoft.servicefabric:sf-transport:1.0.0")
'com.microsoft.servicefabric:sf-transport:jar:1.0.0'
<dependency org="com.microsoft.servicefabric" name="sf-transport" rev="1.0.0">
<artifact name="sf-transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.servicefabric', module='sf-transport', version='1.0.0')
)
libraryDependencies += "com.microsoft.servicefabric" % "sf-transport" % "1.0.0"
[com.microsoft.servicefabric/sf-transport "1.0.0"]