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