Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.photon |
ArtifactId | ArtifactIdPhoton |
Version | Version4.4.3 |
Type | Typejar |
Filename | Size |
---|---|
Photon-4.4.3.pom | |
Photon-4.4.3.jar | 979 KB |
Photon-4.4.3-sources.jar | 756 KB |
Photon-4.4.3-javadoc.jar | 721 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.photon/Photon/ -->
<dependency>
<groupId>com.netflix.photon</groupId>
<artifactId>Photon</artifactId>
<version>4.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.photon/Photon/
implementation 'com.netflix.photon:Photon:4.4.3'
// https://jarcasting.com/artifacts/com.netflix.photon/Photon/
implementation ("com.netflix.photon:Photon:4.4.3")
'com.netflix.photon:Photon:jar:4.4.3'
<dependency org="com.netflix.photon" name="Photon" rev="4.4.3">
<artifact name="Photon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.photon', module='Photon', version='4.4.3')
)
libraryDependencies += "com.netflix.photon" % "Photon" % "4.4.3"
[com.netflix.photon/Photon "4.4.3"]