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