Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.fabricator |
ArtifactId | ArtifactIdfabricator-core |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
fabricator-core-0.0.9.pom | |
fabricator-core-0.0.9.jar | 86 KB |
fabricator-core-0.0.9-sources.jar | 38 KB |
fabricator-core-0.0.9-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.fabricator/fabricator-core/ -->
<dependency>
<groupId>com.netflix.fabricator</groupId>
<artifactId>fabricator-core</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.fabricator/fabricator-core/
implementation 'com.netflix.fabricator:fabricator-core:0.0.9'
// https://jarcasting.com/artifacts/com.netflix.fabricator/fabricator-core/
implementation ("com.netflix.fabricator:fabricator-core:0.0.9")
'com.netflix.fabricator:fabricator-core:jar:0.0.9'
<dependency org="com.netflix.fabricator" name="fabricator-core" rev="0.0.9">
<artifact name="fabricator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.fabricator', module='fabricator-core', version='0.0.9')
)
libraryDependencies += "com.netflix.fabricator" % "fabricator-core" % "0.0.9"
[com.netflix.fabricator/fabricator-core "0.0.9"]