GroupId | GroupIdorg.codehaus.fabric3 |
---|---|
ArtifactId | ArtifactIdfabric3-mock |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
fabric3-mock-1.8.pom | |
fabric3-mock-1.8.jar | 35 KB |
fabric3-mock-1.8-sources.jar | 35 KB |
fabric3-mock-1.8-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-mock/ -->
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-mock</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-mock/
implementation 'org.codehaus.fabric3:fabric3-mock:1.8'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-mock/
implementation ("org.codehaus.fabric3:fabric3-mock:1.8")
'org.codehaus.fabric3:fabric3-mock:jar:1.8'
<dependency org="org.codehaus.fabric3" name="fabric3-mock" rev="1.8">
<artifact name="fabric3-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='fabric3-mock', version='1.8')
)
libraryDependencies += "org.codehaus.fabric3" % "fabric3-mock" % "1.8"
[org.codehaus.fabric3/fabric3-mock "1.8"]