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