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