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