| GroupId | GroupIdcom.thoughtworks.feature |
|---|---|
| ArtifactId | ArtifactIdfactory_2.11 |
| Version | Version2.0.0-RC6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| factory_2.11-2.0.0-RC6.pom | |
| factory_2.11-2.0.0-RC6.jar | 58 KB |
| factory_2.11-2.0.0-RC6-sources.jar | 3 KB |
| factory_2.11-2.0.0-RC6-javadoc.jar | 353 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.feature/factory_2.11/ -->
<dependency>
<groupId>com.thoughtworks.feature</groupId>
<artifactId>factory_2.11</artifactId>
<version>2.0.0-RC6</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.feature/factory_2.11/
implementation 'com.thoughtworks.feature:factory_2.11:2.0.0-RC6'
// https://jarcasting.com/artifacts/com.thoughtworks.feature/factory_2.11/
implementation ("com.thoughtworks.feature:factory_2.11:2.0.0-RC6")
'com.thoughtworks.feature:factory_2.11:jar:2.0.0-RC6'
<dependency org="com.thoughtworks.feature" name="factory_2.11" rev="2.0.0-RC6">
<artifact name="factory_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.feature', module='factory_2.11', version='2.0.0-RC6')
)
libraryDependencies += "com.thoughtworks.feature" % "factory_2.11" % "2.0.0-RC6"
[com.thoughtworks.feature/factory_2.11 "2.0.0-RC6"]