Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.hollow |
ArtifactId | ArtifactIdhollow-ui-tools |
Version | Version2.8.5 |
Type | Typejar |
Filename | Size |
---|---|
hollow-ui-tools-2.8.5.pom | |
hollow-ui-tools-2.8.5.jar | 7 KB |
hollow-ui-tools-2.8.5-sources.jar | 5 KB |
hollow-ui-tools-2.8.5-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.hollow/hollow-ui-tools/ -->
<dependency>
<groupId>com.netflix.hollow</groupId>
<artifactId>hollow-ui-tools</artifactId>
<version>2.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hollow/hollow-ui-tools/
implementation 'com.netflix.hollow:hollow-ui-tools:2.8.5'
// https://jarcasting.com/artifacts/com.netflix.hollow/hollow-ui-tools/
implementation ("com.netflix.hollow:hollow-ui-tools:2.8.5")
'com.netflix.hollow:hollow-ui-tools:jar:2.8.5'
<dependency org="com.netflix.hollow" name="hollow-ui-tools" rev="2.8.5">
<artifact name="hollow-ui-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hollow', module='hollow-ui-tools', version='2.8.5')
)
libraryDependencies += "com.netflix.hollow" % "hollow-ui-tools" % "2.8.5"
[com.netflix.hollow/hollow-ui-tools "2.8.5"]