GroupId | GroupIdbr.com.six2six |
---|---|
ArtifactId | ArtifactIdfixture-factory |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
fixture-factory-3.0.0.pom | |
fixture-factory-3.0.0.jar | 59 KB |
fixture-factory-3.0.0-sources.jar | 31 KB |
fixture-factory-3.0.0-javadoc.jar | 291 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.six2six/fixture-factory/ -->
<dependency>
<groupId>br.com.six2six</groupId>
<artifactId>fixture-factory</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.six2six/fixture-factory/
implementation 'br.com.six2six:fixture-factory:3.0.0'
// https://jarcasting.com/artifacts/br.com.six2six/fixture-factory/
implementation ("br.com.six2six:fixture-factory:3.0.0")
'br.com.six2six:fixture-factory:jar:3.0.0'
<dependency org="br.com.six2six" name="fixture-factory" rev="3.0.0">
<artifact name="fixture-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.six2six', module='fixture-factory', version='3.0.0')
)
libraryDependencies += "br.com.six2six" % "fixture-factory" % "3.0.0"
[br.com.six2six/fixture-factory "3.0.0"]