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