| GroupId | GroupIdcom.facebook.swift |
|---|---|
| ArtifactId | ArtifactIdswift-service |
| Version | Version0.13.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| swift-service-0.13.0.pom | |
| swift-service-0.13.0.jar | 97 KB |
| swift-service-0.13.0-tests.jar | 174 KB |
| swift-service-0.13.0-test-sources.jar | 84 KB |
| swift-service-0.13.0-sources.jar | 53 KB |
| swift-service-0.13.0-javadoc.jar | 227 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.swift/swift-service/ -->
<dependency>
<groupId>com.facebook.swift</groupId>
<artifactId>swift-service</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.swift/swift-service/
implementation 'com.facebook.swift:swift-service:0.13.0'
// https://jarcasting.com/artifacts/com.facebook.swift/swift-service/
implementation ("com.facebook.swift:swift-service:0.13.0")
'com.facebook.swift:swift-service:jar:0.13.0'
<dependency org="com.facebook.swift" name="swift-service" rev="0.13.0">
<artifact name="swift-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.swift', module='swift-service', version='0.13.0')
)
libraryDependencies += "com.facebook.swift" % "swift-service" % "0.13.0"
[com.facebook.swift/swift-service "0.13.0"]