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