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