Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdcom.netflix.hollow |
ArtifactId | ArtifactIdhollow-jsonadapter |
Version | Version5.0.0 |
Type | Typejar |
Filename | Size |
---|---|
hollow-jsonadapter-5.0.0.pom | |
hollow-jsonadapter-5.0.0.jar | 51 KB |
hollow-jsonadapter-5.0.0-sources.jar | 30 KB |
hollow-jsonadapter-5.0.0-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.hollow/hollow-jsonadapter/ -->
<dependency>
<groupId>com.netflix.hollow</groupId>
<artifactId>hollow-jsonadapter</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hollow/hollow-jsonadapter/
implementation 'com.netflix.hollow:hollow-jsonadapter:5.0.0'
// https://jarcasting.com/artifacts/com.netflix.hollow/hollow-jsonadapter/
implementation ("com.netflix.hollow:hollow-jsonadapter:5.0.0")
'com.netflix.hollow:hollow-jsonadapter:jar:5.0.0'
<dependency org="com.netflix.hollow" name="hollow-jsonadapter" rev="5.0.0">
<artifact name="hollow-jsonadapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hollow', module='hollow-jsonadapter', version='5.0.0')
)
libraryDependencies += "com.netflix.hollow" % "hollow-jsonadapter" % "5.0.0"
[com.netflix.hollow/hollow-jsonadapter "5.0.0"]