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