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